/realtime-chat

realtime chat with node js, thanks to Traversy Media Channel!!!

Primary LanguageJavaScript

REALTIME CHAT

Real-time App built in NodeJS and Socket.io.

INSTALLATION

  • clone this repo.
  • cd into project's directory.
  • run "npm install" then run "npm start" to start in production mode or "npm run dev" for development mode.