-
Notifications
You must be signed in to change notification settings - Fork 3
vsinitsyn/vt100
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
vt100-coffeescript
=====
A very simple web-based vt100 terminal emulator, built with Node.js, socket.io, Express and CoffeeScript, and meant as an example code for an article
Usage
-----
# Generate keys for HTTPS
openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout vt100-key.pem -out vt100-cert.crt
# Install dependencies
npm install --verbose
# Run the server
npm start
Then open your web browser and connect to
https://localhost:8000
About
A very simple web-based vt100 terminal emulator, built with Node.js and socket.io, and meant as an exampe code for an article
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published