Skip to content

lamphanviet/nodejs-chatrooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of using NodeJS to build a multiroom chat application. It works. This project is in Chapter 2 of the book: NodeJS In Action. This uses nodeJS with modules MIME and Socket.IO to create a simple chat application. Usage:

  1. Download the source code.
  2. Open terminal at the root folder.
  3. Run command "node server.js" to start server. Make sure you have nodejs installed.
  4. Open browser at "http://localthost:3000/" to start chatting. Open multiple tabs in the same browser to create multiple users/sockets.
![ScreenShot](https://raw.githubusercontent.com/lamphanviet/nodejs-chatrooms/master/sample.PNG)

About

Example using NodeJS to build a multiroom chat application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published