/node-chat

Node.JS WebSocket

Primary LanguageJavaScriptMIT LicenseMIT

Node.JS chat application. Clone and run:

npm i
npm start

img

Open many tabs in browser with url: http://localhost:8080 and try to send text from any tab, text will appear in all tabs.

Idea and code taken from javascript.info article.
Very simple and short application without third-party components (only ws package)