Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 411 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 411 Bytes

websockets-messenger

Screenshot 2020-03-04 at 15 42 21

Terminal messenger using websockets.

Install

$ npm ci

Server

$ npm run server

Connect using the Client

$ npm run client 

Client Name can be passed as ENV variable NAME

$ NAME=JEAN npm run client