2021-01-19 Websocket Test Server
Kaazing's websockets echo server:
http://websockets.org/echo.html
.
Port 80:
ws://echo.websocket.org
Port 443:
wss://echo.websocket.org
pyther Websocket server
https://gist.github.com/jkp/3136208
Refer this:
https://stackoverflow.com/questions/4092591/websocket-live-server
There is a typo you have to fix:
s/messsage/message/
and if you want it to listen on anything else than localhost replace
"localhost"
with
""
TAGS
167 person(s) visited this page until now.
Back