Skip to content

What message delivery guarantees are provided by uWebSockets.js? #1020

Answered by uNetworkingAB
Eric24 asked this question in Q&A
Discussion options

You must be logged in to vote

This lib only implements standard WebSocket so there is no particular delivery guarantee other than what you get with standard WebSocket (which is TCP). You can implement some application level ACK on top if you want that but then you can't really communicate with any client

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by uNetworkingAB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants