The runtime engine and application server for JitAI.
JitNode is the core runtime foundation of the JitAI ecosystem. It serves as the application loader, request handler, and process manager, orchestrating the entire modular application architecture.
- π Dynamic Application Loading - Load and manage modular applications on-demand
- π Request Routing & Processing - Efficient HTTP request handling and routing
- βοΈ Process Management - Robust process lifecycle management
- π Plugin Architecture - Extensible framework for custom integrations
- π¦ Dependency Management - Automatic resolution and loading of application dependencies
JitNode acts as the entry point (equivalent to the system's main function) for the entire JitAI platform:
βββββββββββββββββββββββββββββββββββββββ
β JitNode Engine β
β (Application Loader & Runtime) β
ββββββββββββββββ¬βββββββββββββββββββββββ
β
βββββββββ΄ββββββββ
β β
ββββββββΌβββββββ βββββββΌβββββββ
β open-app β β Framework β
β (Chassis) β β Apps β
βββββββββββββββ ββββββββββββββ
For development setup and contribution guidelines, please refer to the JitAI Quickstart repository.
- Python >= 3.12
- Node.js >= 20 (for frontend resources)
JitNode is typically installed as part of the complete JitAI development environment. See the quickstart guide for detailed setup instructions.
- π Submit Issues
- π¬ Discussions
We welcome contributions! Please see our Contribution Guide for details on how to get started.