Simple example of using Websockets with node.js and CoffeeScript
- Clone this repository
- Install dependencies with
npm install. - Run server:
coffee .\server\service.coffee.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
- Run ./src/client/index.html with Firefox or ...
- Disable same origin policy in chrome via
chrome.exe --disable-web-securityin cmd because Chrome is =|
- Disable same origin policy in chrome via
