diff options
| author | John Dupuy <johnd@makerredux.com> | 2018-05-30 16:54:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-30 16:54:07 -0500 |
| commit | bb1b43a652591e9bc6ea2d87bb8623fe75b1deee (patch) | |
| tree | f7997410d1be1152595148456d28914715e11978 | |
| parent | 94acdeeaf364b13dc522c0a14388fcbfa627c089 (diff) | |
| download | packages-bb1b43a652591e9bc6ea2d87bb8623fe75b1deee.tar.gz packages-bb1b43a652591e9bc6ea2d87bb8623fe75b1deee.zip | |
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.
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4c38e05..c19c68d 100644 --- a/packages.json +++ b/packages.json @@ -9523,6 +9523,19 @@ "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", "method": "git", |
