Framework Support
Information about programming languages and frameworks supported by Ignite. Covers build images, runtime settings, security configuration etc.
Framework List
Ignite supports a wide range of programming languages and frameworks. Below is a comprehensive list organized by language.
JavaScript/TypeScript
- Express.js
- Next.js
- Create React App
- Nuxt.js
- Angular
- SvelteKit
- Gatsby
- Astro
- Ember.js
- NestJS
- Docusaurus
- Vite
- Remix
- Node.js (Generic)
Python
Java
Go
Ruby
PHP
Rust
C#/.NET
Security Policies
All containers across all languages and frameworks have the following security polices,
- Run command is invoked as a non-root user and group.
- Privilege escalation is not allowed.
setuid, sudoetc. - Secure computing profile is set to
RuntimeDefault. - All privledges are dropped.
- The root file system is read-only. (except /tmp)
- A temporary writable directory is available at
/tmp. Contents of the directory are lost when the container restarts. Maximum size is1GiB.