Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiddentao/nodejs-intro
Introduction to Node.js - building a chatroom using ExpressJS and Socket.IO
https://github.com/hiddentao/nodejs-intro
Last synced: 8 days ago
JSON representation
Introduction to Node.js - building a chatroom using ExpressJS and Socket.IO
- Host: GitHub
- URL: https://github.com/hiddentao/nodejs-intro
- Owner: hiddentao
- License: agpl-3.0
- Created: 2013-07-27T09:14:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-04T02:23:18.000Z (over 11 years ago)
- Last Synced: 2023-04-09T04:12:34.057Z (over 1 year ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is an introduction to Node.js, building from basics through to using Express.JS and Socket.IO to build a simple chatroom application.
This workshop will be (or by now has been) given at the [Taipei Javascript Enthusiasts meetup](http://www.meetup.com/javascript-enthusiasts/events/127360132/)
## How to use
Each step of the workshop is in its own folder, starting from the very basics (step1) to forms, routes, websockets (step10 and beyond).
To run a step use `node index.js` in the step folder.
For steps which have a `package.json` file you will need to run `npm install` to ensure all dependencies are installed.
## License
Licensed under [AGPL](http://www.gnu.org/licenses/agpl-3.0.html).
## Thanks
[Grégoire Charvet](https://github.com/geekingfrog)