Skip to content

kokanek/web-socket-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published