Replies: 1 comment
-
geckos.io was made to help developers who want to make multiplayer games for browsers. I liked how socket.io tries to upgrade the connection to try to use the protocol better. https://socket.io/get-started/webtransport |
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
-
What is the difference between using geckos.io and dgram for udp sockets?
const dgram = require('dgram');
const socket = dgram.createSocket('udp4');
Beta Was this translation helpful? Give feedback.
All reactions