Skip to content

hereshem/Node-Chat

Repository files navigation

Basic Node Chat which actually works

Setup Instructions

  • clone the repo git clone https://github.com/hereshem/Node-Chat or download zip.
  • run node server.js
  • goto browser and type http://localhost:8000

Setup using docker

docker run --name chat -itd -p 8000:8000 hereshem/node-chat

Informations

  • No any library needed
  • Runs on native node.js with version greater than 1.0
  • Easy to understand and learn
  • Based on long pooling

Screenshots

About

Traditional Node chat, Easy to understand and implement

Resources

Stars

Watchers

Forks

Packages

No packages published