shovon / node-rudp

Reliable UDP for Node.js
33 stars 14 forks source link

Turn `rudp` into a streaming library #8

Open shovon opened 9 years ago

shovon commented 9 years ago

As was tangentially discussed in #7, rudp would become a much better library if it had support for streaming. /cc @mvayngrib

hoffmabc commented 9 years ago

:+1:

swordfeng commented 9 years ago

I think it's may be more better if it becomes a seqpacket (sequened packets) protocol. Then the data remains in packets and can be used as stream.

shovon commented 9 years ago

@swordfeng Let's make it a seqpacket and streaming, then.