Skip to content
forked from vsinitsyn/vt100

A very simple web-based vt100 terminal emulator, built with Node.js and socket.io, and meant as an exampe code for an article

Notifications You must be signed in to change notification settings

timothyklim/vt100

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published