porter-server
v2.0.0
Published
A basic server to be used with Node including Server, Database and console logging.
Downloads
10
Readme
Porter Server
Porter intends to be a package enabling microservices and APIs to be created and put online with the very minimum of effort.
The package enables full, and easy, access to:
- A web server (Express)
- Easy routing setups (Basic and Resources)
- Database access (Postgres)
- Interaction with Pusher
- Simple Controller Classes
- Command line logging
Planned future additions include
- Redis Queues
Install
npm i -S porter-server
Usage
Full documentation is on the way soon!