Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vinaybadgujar102/hono-app


https://github.com/vinaybadgujar102/hono-app

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

```
npm install
npm run dev
```

```
npm run deploy
```

A basic app in hono to understand its working.
Basically I was learning about serveless backends using Cloudfare workers. Cloudfare uses its own optimized runtime to provide servers to deploy in low or free-of-cost. However writing the routes and specifiaclly backend logic is hard in this runtime. So took overcome this problem Hono framework is used.