8000 GitHub - bakterian/ChatterApp: A simple online chatting application written in node js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bakterian/ChatterApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatterApp

A simple online chatting application written in node js

Prerequesties

After cloning, run npm install to acquire all the node depandancies A redis server will be also need for persisting chat data. Windows based redis service installer can be found here: GitHub

How to run

  • Start redis server (either by starting the redis-server process or the service)
  • start the node js app, "node chatterApp.js". A -c parameter can be provide to clear the database.
  • test using your local browsers by opening http://localhost:8080, add as many client as you wish

About

A simple online chatting application written in node js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0