node-rudp
node-rudp copied to clipboard
Turn `rudp` into a streaming library
As was tangentially discussed in #7, rudp would become a much better library if it had support for streaming. /cc @mvayngrib
:+1:
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.
@swordfeng Let's make it a seqpacket and streaming, then.