node-json-socket
node-json-socket copied to clipboard
missing methods
Hi, as this is a decorator, I don't think the code should "hide" methods from the original socket. In my case, I had to add "write" to the list of 'delegates' (line 179) in order to use the method.
great project!
Writing directly into he socket breaks the protocol of adding the header to each message. So the receiver cannot receive those messages, can it?