Moonridge
Moonridge copied to clipboard
client methods are not needed as RPC calls, implement it with event emitter over socket.io
Instead of client RPC methods, it should be implemented as a raw event emitter over socket.io https://github.com/capaj/Moonridge/blob/master/mr-rpc-methods.js#L667