Astro
Deploy a simple application written using Astro, a high-performance, content-oriented framework.
A simple web app using Hono to demonstrate how to build and deploy to Koyeb.
Hono is an easy-to-use JavaScript web framework focused on building lightweight and fast web applications for a number of different JavaScript runtimes. It offers flexibility and extensibility through middleware and adapters, allowing it to integrate with different deployment environments and add on new functionality easily.
This Starter deploys a basic "hello world" type web application written in TypeScript. It responds to all requests to the /
route with "Hello Hono!"