UNPKG

apinode

Version:

An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.

12 lines (9 loc) 170 B
/*! * cnode * authors: Ben Lue * Copyright(c) 2015 Conwell Inc. */ var fs = require('fs'), path = require('path'); exports.handleRequest = function(ep, cb) { };