Create a server intance. The server object has methods for routing IPC messages as if they were HTTP requests with an API similar to what Express offers.
const Server = require('peranta/server')
const server = new Server(transport)
server.use(query)
server.debug()