1.0.3 • Published 5 years ago

@ssischaefer/wms-server v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

WMS Server

WMS Express server library for setting up a Express environment with default setups and components already initialized. Also provides a set of common functionalities fx. logging, CORS middleware, error handler middleware, and options request middleware.

Can be used to quickly setup the Express server environment.

Middlewares in app.ts

Includes the following middlewares in the default app in this order:

  • Setup of namespace
  • Compression middleware
  • Body parser (JSON)
  • Morgan request logging
  • CORS middleware
  • Options request middleware