Skip to content

alsor/ride-the-wave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ride The Wave

NodeJS chat system

Installation

  • install node v0.6.7

  • run “npm install” inside project to get dependencies

Run

Start server on port 3000:

node server.js

Open in you browser localhost:3000/

Testing

Run all tests:

$ make test

Also Guard script available to run only modified. Install gaurd with a bundler:

$ bundle install

Start guard:

$ guard

About

Lightweight wavelike chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.3%
  • Ruby 11.7%