Skip to content

senaev/cool-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cool-services Logo

const app = require('express')();

const Service = require('cool-services');
const service = new Service();

service.addSource(__dirname);

app.post('/service', service.call());

app.listen(80);

Installation

$ npm install cool-services

Philosophy

The cool-services philosophy is to provide portable api for HTTP servers, making it a great solution for simple and complicated API, contained one or several services.

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

License

MIT

About

The cool-services module for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published