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();
forked from tokilabs/microservice
-
Notifications
You must be signed in to change notification settings - Fork 0
leowerk/microservice
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A hapi server tailored creating microservices using plow
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 99.4%
- JavaScript 0.6%