Typeix version 8.4.x released, added websockets support check out api for typescript & javascript implementations.
typeix.com/documentation/…
Typeix is fast, unopinionated, minimalist framework for building efficient and scalable applications.
Joined April 2021
- GET() HTTP request method decorator before the findAll() method tells Resty to create a handler for a specific endpoint for HTTP requests.
- Injector uses deep-tree left traversal algorithm to create application module instances, that means that deepest three objects are created first. typeix.com/documentation/…
- Using a path in a @\Controller() decorator allows us to easily group a set of related routes, and minimize repetitive code. typeix.com/documentation/…
- Typeix supports both typescript and javascript development with babel compiler! typeix.com/getting-starte…

