sebastienjouhans / chat-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend for chat application using socket.io

You can test the live app here. The front end for this application can be found here.

Libraries used :

  • Express
  • Socket.io
  • Node.JS Http server
  • Cors

Installation Process :

  1. Clone/Download the project.
  2. Open the project directory on your machine using terminal or a code editor of your choice and type npm i
  3. Once the packages are installed, type npm start and you'll be able to see the server up and running on your local host.

Cheers 👍

About


Languages

Language:JavaScript 100.0%