Socket.io equivalent ? #78
Unanswered
seba9999
asked this question in
Help / Questions
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I would join this discussion because I actually need the #2 (intercept Packets). My app needs constant query over a graphQL api which needs some headers to be sent from the client to the server (cookies, x-xsrf-token). |
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
-
I'm trying to migrate my app from socket.io to geckos.io because I need it to be faster ...
But I'm wondering if those 3 points can be done with geckos.io :
1) Certificates
For instance, I'm using ( server side ) socket.io like this for certificates :
2) intercept packets
I mean test if the request is legitimate ... I do something like this with socket.io :
3) Acknowledgement functions
With socket.io you can send a function client side but execute it server side :
Do all this stuff can be made with geckos.io ?
Beta Was this translation helpful? Give feedback.
All reactions