autumn-ts
v0.1.3
Published
A JavaScript web framework built on top of NodeJS, developed with TypeScript.
Downloads
13
Maintainers
Readme
AutumnTS
AutumnTS is a web framework built on top of NodeJS, entirely written in TypeScript. Being heavily inspired by SpringMVC, its workflow and web component definition is totally based on the use of decorators.
Installing
In order to use AutumnTS in your project you simply have to install it as a dependency using NPM and running:
npm install autumn-ts --save-prod
Usage
For a more in-depth look at the usage, I'll soon upload a working app as an example, and write the API documentation. Stay tuned.
License
This project is licensed under the MIT License - see the LICENSE file for details.