kumavis / node-warrior

:tiger: 3D multiplayer voxel sandbox to teach programming

Home Page:https://kumavis.github.io/node-warrior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor - Standardize on basic streams, not `duplexEmitter` connection objects

kumavis opened this issue · comments

I was doing the plumbing with the duplexEmitter because I wanted to add on functionality at the client-wrapper and server-wrapper level. This can still be done by getting the remoteConnection object after the client or server has been created. Lets use plain (duplex) streams, they are standard, yo.

implemented in
voxel-client 2.0.0
voxel-server 2.0.0