Skip to content

A hapi server tailored creating microservices using plow

Notifications You must be signed in to change notification settings

leowerk/microservice

 
 

Repository files navigation

Microservice Base

How to use

import { createServer } from '@cashfarm/microservice';

const server = createServer({
  // all attributes are optional
  // the values here are the default values
  enableCors: true,
  debug: true,
  port: 3000
});
Server.start();

About

A hapi server tailored creating microservices using plow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • JavaScript 0.6%