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.
This commit is contained in:
John Dupuy 2018-05-30 16:54:07 -05:00 committed by GitHub
parent 94acdeeaf3
commit bb1b43a652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",