Node.js Chatroom

Back to HOME

Image

Intro

Decades ago, Yahoo Messenger was the most used and popular messaging software out there, and it was always my dream to build one of my own.

It become so easy when Node.js was introduced that we can implement chatrooms on websites.

Tools used in this Project

How to Test

Using the live demo, launch multiple instances of the Chatroom or share the link to friends or colleagues, enter your name and begin chatting.

Using the source code, download and extract in your localhost

Make sure you have installed Node.js. Open your Terminal / CMD and navigate to your project (i.e /wamp/www/xychat), type "node server"

Open your browser and go to "http://localhost:3000"

Easy right? 😄

Note: You may need to do some small adjustments depending on your localhost set-up.

Launch Chatroom V.1 Download