mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Node.js Examples
Example applications using Node.js runtime.
Backend Frameworks
| Framework | Description |
|---|---|
| simple-webserver | Pure Node.js HTTP server |
| expressjs | Express.js web framework |
| fastify | Fastify web framework |
| nestjs | NestJS framework |
| adonisjs | AdonisJS framework |
Frontend Frameworks
| Framework | SSR | Static |
|---|---|---|
| nextjs | ssr | static |
| nuxtjs | ssr | static |
| remix | ssr | static |
| astro | ssr | static |
| sveltekit | ssr | static |
| tanstack-start | ssr | static |
| angular | ssr | static |
| vite | - | static |
| eleventy | - | static |
| gatsby | - | static |