1.4.0 • Published 1 year ago

srver v1.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Srver

CI

Srver is a simple server with tools to create APIs

Server

You will have to install the srver package: npm install srver. Then:

import { Server } from 'srver';

const server = new Server();
await server.start();

Without any configuration this server already has:

  • Initialized in the 8000 port
  • /health endpoint
  • 404 error
  • Error handler (no app crashes)
  • Disabled x-powered-by header
  • Incoming JSON requests parsed
1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

2 years ago

0.0.0

2 years ago