microdose
A feather-light JavaScript API framework for Node, written 100% in TypeScript, built for micro-services. microdose
is microdosing for servers.
This package is production ready.
Documentation
Documentation can be found on here.
Hello World
src/server.ts
uApp.bootstrapApp, config.thenconsole.log'\nListening on port:', config.port
Features
- Leverages TypeScript decorators for a concise, intuitive application design
- Can be used with standard
express.js
plugins
Installation
$ npm install microdose
Playground
Clone the repo from https://github.com/borislemke/microdose
.
Install dependencies
$ npm install
Run the example
$ npm start
Visit http://localhost:3000
to see Hello World
.
Future
- Replace
path-to-regexp
with simpler custom alternative