tj / punt

Elegant UDP messaging for nodejs
344 stars 54 forks source link

What is punt? #11

Closed ohenepee closed 6 years ago

ohenepee commented 6 years ago

UDP or RUDP or something else... what does it offer over UDP? Orderliness, Reliability, or what exactly... b'cos I just don't get it.

Qard commented 6 years ago

It's a layer on top of UDP. It just provides a convenient and lightweight messaging format with built-in serialization and deserialization.

ohenepee commented 6 years ago

Its crystal clear now. Thanks.