UNPKG

bogart-server

Version:
10 lines (8 loc) 187 B
var bogartServer = require('../index'); bogartServer(function(req) { return { status: 200, headers: { 'content-type': 'text/html' }, body: [ 'Hello' ] } }).listen(8085);