Skip to content

A simple chat room app written in Node.js, Socket.io, Express, Redis

Notifications You must be signed in to change notification settings

chocks/NodeJS-Chat-Room-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Room

A simple chat room node js app

##Dependencies:

  • npm
  • Redis

##Installation:

  • use npm to install node modules in package.json
  • make sure redis server is installed and running

###Run the server fom the server folder:

node index.js

###Invoke test clients from helper folder:

python selenium_test.py

##Task list

  • Chat room server supporting concurrent clients
  • Redis to support multiple Node instances
  • Server filtering of censor words
  • Python utility for generating censor words
  • Python utility to simulate multiple clients send multiple messages
  • Scale out in cloud
  • Node cluster set up in cloud
  • One-one messaging

About

A simple chat room app written in Node.js, Socket.io, Express, Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published