te.js (WIP)

A Node Framework For Powerful Backend Services
Planned Features
* Robust exception handling so that your app never dies even if you forget to catch it.
* Offers a powerful and flexible routing system that enables method-free and clean URL structures.
* Fully compatible with Express middlewares as well as the ability to build te.js middlewares.
* Built-in logger to log all the requests responses and errors to help you debug your application.
* Built-in GUI to manage your application environment variables view logs and run schedulers.
* Real-time insights into the performance health and usage of your application with built-in monitoring.
* Built in alerts via Email SMS or Slack to notify you of any exceptions and malformed requests.
* Highly configurable caching options to cache responses at different levels to improve performance.
* Protect your API from abuse and control the rate of requests that clients can make to your API.