GitHub - umdomby/web-socket-chat: A group chat created by using the websocket library

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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

Resources

Readme

Activity

Stars

1 star

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

  • JavaScript 93.0%
  • CSS 3.9%
  • HTML 3.1%