Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 657 Bytes

File metadata and controls

34 lines (18 loc) · 657 Bytes

Real-time

A simple real-time web engine. Think Socket.io, but way simpler.

Preview

A project of The Great Code Club.

Installation

You need a recent version of node.

$ npm install

Usage

To start with auto-reloading (nodemon):

$ npm start

Or without:

$ node server.js

Browser to http://localhost:3000/.

Type something in the box and hit enter. Tada!

License

Copyright 2014 Coded Inc.
marc@codedinc.com

You are free to modify and distribute this however you want. Except for teaching purposes.