@cashfarm/microservice
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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();

/@cashfarm/microservice/

    Package Sidebar

    Install

    npm i @cashfarm/microservice

    Weekly Downloads

    0

    Version

    0.1.0

    License

    UNLICENSED

    Last publish

    Collaborators

    • yfernandes
    • svallory
    • leowerk