--node flag.
We are developing Orionjs to be optimized for seamless AI-generated code.
Orionjs was born with the vision of being a framework that is focused on looking for simplicity when developing and being friendly for the developer.
The framework is actively used at scale and maintained by Justo in Chile.
Core Concepts
Orionjs is built around several key concepts that work together to create a clean, maintainable architecture:Controllers
Controllers are the starting point of all code executions. Orionjs supports multiple types of controllers:- HTTP controllers: Handle HTTP requests
- GraphQL controllers: Handle GraphQL requests (queries, mutations, subscriptions, and model resolvers)
- Jobs controllers: Execute scheduled or queued jobs
- Echoes controllers: Facilitate communication between services