HTTP2 streams
#2362
Replies: 2 comments 3 replies
-
You mean server sent events ? Technically, server sent events could be used to replace websockets, we already talked about it several times, |
Beta Was this translation helpful? Give feedback.
3 replies
-
Also I would like to add something here @daffl @J3m5 there is a really cool API already available for this called gRPC https://grpc.io/ which has support for nodeJS out of the box! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it possibly for you guys to start using HTTP2 streams instead of sockets, all web servers support HTTP2 and we don't have to downgrade in our configs, plus it'd be easier and more up to date on server and client side without the need for all this socket.io stuff!
Beta Was this translation helpful? Give feedback.
All reactions