1.1.0 • Published 6 years ago

@pii/router-express v1.1.0

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

Pii Express Router

Express Router implementation for Pii Epxress Server

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.