Can I create a websocket server using JavaScript (client-side)? -
this question has answer here:
i have seen websockets reference mdn article says
used opening new websocket server. required information (port, origin, location).
then, mean can create websocket server client-side?
if that's it, mean can turn this... (each arrow websocket connection)
...into this?
but, browsers have power of doing without router/firewall configuration?
and how can use it? websocketserver
link broken. , have tried searching haven't found anything.
it looks websocketserver under development mozilla without support or of like. searched through of repositories , couldn't find references, except in testing code normal websockets.
if you're looking form of p2p websockets, don't think that's possible without work right now. need, others have said, server endpoint connection, popularly implemented in languages python , node.js
Comments
Post a Comment