Y
Hacker News
new
|
ask
|
show
|
jobs
by
mikebo
4238 days ago
How tested is the websocket support? Does facebook use this for TLS termination?
2 comments
mattgodbolt
4238 days ago
If you need a really simple embeddable C++ webserver that supports websockets (and as the primary developer) can I suggest SeaSocks:
https://github.com/mattgodbolt/seasocks
link
dcsommer
4238 days ago
Websocket support isn't out yet unfortunately. It's something we hope to get to soon.
Our reverse proxy uses proxygen and does TLS termination too, yes.
link