From bb1b43a652591e9bc6ea2d87bb8623fe75b1deee Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Wed, 30 May 2018 16:54:07 -0500 Subject: Added webterminal package webterminal is a very VERY simple HTML5 Javascript library that let's a nim app do simply text in/out in a tty fashion. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4c38e05..c19c68d 100644 --- a/packages.json +++ b/packages.json @@ -9522,6 +9522,19 @@ "license": "MIT", "web": "https://github.com/leonardoce/nim-clickhouse" }, + { + "name": "webterminal", + "url": "https://github.com/JohnAD/webterminal", + "method": "git", + "tags": [ + "javascript", + "terminal", + "tty" + ], + "description": "Very simple browser Javascript TTY web terminal", + "license": "MIT", + "web": "https://github.com/JohnAD/webterminal" + }, { "name": "hpack", "url": "https://github.com/nitely/nim-hpack", -- cgit v1.2.3