selvamKrish / websocket-demo

An implementation of the official WebSocket API + Node.js

Home Page:https://simonewebdesign.it/101-web-socket-protocol-handshake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

101 Web Socket Protocol Handshake

This is an implementation of the official WebSocket API + Node.js.

View the original post here.

Instructions

Assuming you have Node.js installed on your machine, just clone the repository and run node server.js or npm start.

Then open index.html in your browser.

You shouldn't even need a web server, but I'd recommend using one anyway. If you have python installed it's just one command away, e.g.: python -m SimpleHTTPServer. Then go to http://localhost:8000.

About

An implementation of the official WebSocket API + Node.js

https://simonewebdesign.it/101-web-socket-protocol-handshake

License:MIT License


Languages

Language:JavaScript 64.9%Language:HTML 35.1%