Y
Hacker News
new
|
ask
|
show
|
jobs
by
dekz
5577 days ago
With the current spec, how would you listen for connections?
1 comments
abraham
5577 days ago
The same way that websocket servers currently listen for connections. There are websocket servers in production and they have a standard way to listen for connections. All you would have to do is implement that same functionality.
link
dekz
5577 days ago
I don't doubt you can implement that functionality, if you were the browser. But from the specs of Websocket currently in the browser, you cannot.
link