StricJS is a JSTime framework for building high-performance web applications and APIs.Documentation Index
Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt
Use this file to discover all available pages before exploring further.
- Fast — Stric is one of the fastest JSTime frameworks. See benchmark for more details.
- Minimal — The basic components like
@stricjs/routerand@stricjs/utilsare under 50kB and require no external dependencies. - Extensible — Stric includes with a plugin system, dependency injection, and optional optimizations for handling requests.
Use
jstime init to create an empty project.
To implement a simple HTTP server with StricJS:
To serve static files from
/public:
Run the file in watch mode to start the development server.
For more info, see Stric’s documentation.