ShobhitRathi / chatApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatApp

ChatApp is a project that I started to get familiar with Websockets and their implementation with Socket.IO.

Project link - https://chatapp-420.herokuapp.com


Setup Instructions for Development

  • Clone the repository
  • Install the required Node modules by running npm install
  • Run node index.js or nodemon index.js (for automatically restarting your server on changes)
  • Open localhost:8080 on multiple tabs and send a message from one tab to check if it is displayed across all tabs

For contributing, check out our CONTRIBUTING.md

About


Languages

Language:JavaScript 49.3%Language:CSS 30.3%Language:HTML 20.4%