Will Websockets allow a server to run in the browser?

后端 未结 4 1793
陌清茗
陌清茗 2020-12-17 17:18

Are there any plans for a Websockets listen function?

Allowing peer to peer applications in the browser could be revolutionary.

I found this answer: Will HTM

4条回答
  •  萌比男神i
    2020-12-17 17:38

    Old question, but I was wondering the same thing, and came across peer-server, which might be worth having a look at. It uses WebRTC, and looks like it does what you're thinking:

    https://github.com/PeerServer/peer-server

提交回复
热议问题