Please enable JavaScript.
Coggle requires JavaScript to display documents.
UDP = FAST:
++ Simplier
++ Faster
-- Not reliable
-- Not ordered
--…
-
Protocols
Main
Characteristicts
-
Bi-Directional (messages, initiated from server & from client independently):
++ WebSockets
++ UDP
-+ Long Polling
-- all others
High Throughput:
++ WebSockets
++ gRPC
++ UDP (fastest, but less reliable)
-- all others
-
-
-
-