Skip to content

forcewake/simple-chat-nodejs-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-chat-nodejs-websocket

Simple example of using Websockets with node.js and CoffeeScript

Build status

Build Status

Installing and running

  1. Clone this repository
  2. Install dependencies with npm install.
  3. Run server: coffee .\server\service.coffee.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Usage

  1. Run ./src/client/index.html with Firefox or ...
    • Disable same origin policy in chrome via chrome.exe --disable-web-security in cmd because Chrome is =|

About

Simple example of using Websockets with node.js and coffeescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published