UNPKG

rinvoke

Version:

RPC library based on net sockets, can work both with tcp sockets and ipc

8 lines (5 loc) 100 B
'use strict' function sayHello (req, reply) { reply(null, 'hello!') } module.exports = sayHello