Skip to content

greatcodeclub/realtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published