1.1.2 • Published 6 years ago

@pii/server-express v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Pii Express Server

Express server implementation for Pii Application

Documentation

Examples

Here is a simple example to get you started:

index.ts

...
import { ExpressServer } from '@pii/server-express'
...

...
const server = new ExpressServer()
Container.addSingleton(server)
...

License

This project is MIT licensed.