kokanek / web-socket-chat

A group chat created by using the websocket library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-socket-chat

A group chat created by using the websocket library

This project folder contains the code for both the server and client.

Both of them use the w3cwebsockets library.

Here are the steps to perform in order to use the project:

  • Go to the webSocketServer folder
  • do npm install
  • do npm run start
  • keep the server running
  • Go to the webSocketClient folder
  • do npm install
  • do npm run start
  • visit http://localhost:1992 to check out the project
  • Open the URL in other tabs and see messages flowing between them.

About

A group chat created by using the websocket library


Languages

Language:JavaScript 93.0%Language:CSS 3.9%Language:HTML 3.1%