Skip to content

Introduction to Node.js - building a chatroom using ExpressJS and Socket.IO

License

Notifications You must be signed in to change notification settings

hiddentao/nodejs-intro

Repository files navigation

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

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.

Thanks

Grégoire Charvet

About

Introduction to Node.js - building a chatroom using ExpressJS and Socket.IO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published