Skip to content

A simplified Learnboost Socket.io chat Demo

Notifications You must be signed in to change notification settings

jinsu35/node-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

This is a real-time chat server that uses socket.io

Prerequisites

You will need to have node.js and npm installed.

Installing the demo

Once you have node.js and npm installed you can install the application's dependencies.

  npm install

Running the demo

Once the demo app is installed, you can run the demo from the root directory. you may need to run this command as the super user.

  node server/server.js
  sudo node server/server.js

About

A simplified Learnboost Socket.io chat Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published