Raulmsm / RUDP

A reliable UDP Javascript implementation for node.js
13 stars 6 forks source link

Write the packets directly in binary #4

Closed Raulmsm closed 11 years ago

Raulmsm commented 11 years ago

In order to improve performance, data should be written as a binary stream directly to buffers.