Skip to content

Commit

Permalink
Updated version number and readme file after pull request merge.
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

Boyan Rabchev authored and Boyan Rabchev committed Apr 14, 2015
1 parent de420a6 commit 82eb0e5
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Web-Terminal
============
Web-Terminal is a terminal server that provides remote CLI via standard web browser and HTTP protocol.
It works on all operating systems supported by Node.js, it doesn't depend on native modules and it is not a TTY emulator.
Fast and easy to install. Supports mutiple sessions.
Web-Terminal is a very lightweight terminal server that provides remote CLI via standard web browser and HTTP protocol.
It works on all operating systems supported by Node.js, it doesn't depend on native modules.
Fast and easy to install. Supports mutiple sessions.

NOTE: It is not a TTY emulator. It doesn't support complex TTY interaction like in vi, nano and etc. It's good only for simple command/response cases. For fully featured TTY emulator I would suggest [Wetty](https://github.com/krishnasrinivas/wetty) project.

Prerequisites
-------------
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "web-terminal",
"description": "Web-Terminal is a terminal server that provides remote CLI via standard web browser and HTTP protocol.",
"version": "0.6.6",
"version": "0.7.0",
"author": "Boyan Rabchev <boyan@rabchev.com>",
"contributors": [
{ "name": "Boyan Rabchev", "email": "boyan@rabchev.com" }
{
"name": "Boyan Rabchev",
"email": "boyan@rabchev.com"
}
],
"config": {
"port": "8088",

0 comments on commit 82eb0e5

Please sign in to comment.