porter-server

A basic server to be used with Node including Server, Database and console logging.

Usage no npm install needed!

<script type="module">
  import porterServer from 'https://cdn.skypack.dev/porter-server';
</script>

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

NPM Version Build Status codebeat badge

Install

npm i -S porter-server

Usage

Full documentation is on the way soon!

License

MIT