Simplified routing
Simplified routing
Agio uses Express to provide routing, but brings a simplified way to code routes with decorators that represent HTTP verbs and build the handlers.
Validators
Validators
Write efficient validation schemes using the javascript object and use them as middleware to validate any request. They will be validated with Joi.
Databases
Databases
Connect your application to MongoDB and many SQL databases. Agio supports multiple databases and uses Mongoose and Sequelize to create and connect models that can be injected using decorators.
Powered by community
Thank you very much to all open source projects that drive Agio