greatcodeclub / realtime

A real-time web engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A real-time web engine


Languages

Language:JavaScript 100.0%