|
|
|
|
|
by paulgb
1100 days ago
|
|
I used to work at a company that fully blocked WebSocket, I know the pain! We don't provide a client socket library, we just expose an HTTPS endpoint that also supports WebSockets. So you can use something like socket.io to provide fallback options, reconnects, etc. Some customers don't even use WebSockets at all and just hit HTTP endpoints. |
|