UDP network library that follows the RakNet protocol for Node.js
npm install raknetraknet
===========


> Note: This project is not affiliated with Jenkins Software LLC nor RakNet.
UDP network library that follows the RakNet protocol for Node.js
Create a client. options :
* host
* port
* password (optional)
* customPackets (optional)
* customTypes : native protodef types (optional)
* clientID : a long representing the client id, default to [339844,-1917040252]
* mtuSize : default to 1492
Create a server. options :
* host
* port
* name (optional)
* customPackets (optional)
* customTypes : native protodef types (optional)
* serverID : a long representing the server id, default to [ 339724, -6627871 ]
Return a raknet packet serializer, see node-protodef doc.
Return a raknet packet serializer, see node-protodef doc.