Advanced
This section covers topics for developers who want to extend js-cgi, deploy it in production, or understand its internals.
Topics
| Topic | Description |
|---|---|
| Development Server | Built-in server for local development without Apache/Nginx |
| FastCGI | Persistent process mode for production performance |
| Writing Extensions | Build custom .so extensions in C to add new functionality |
| Security | Sandboxing, production hardening, access control |
| Performance | CGI overhead, optimisation tips, FastCGI |
| Deployment | Production Apache/Nginx config, logging, directory structure |