This is related to hono talk to understand basic things about honojs.
npm install
npm run dev
and this will open http://localhost:3000
https://master.hono-fly.pages.dev/
Note: using cloudflare adapter and uploaded from separate repo
Here are few examples with honojs
/
c.text()
/welcome
c.header()
and c.body()
/hello
or /hey
or /hi
/json/list
c.json()
and app.all()
route/html/element
c.html()
/color/
/color/rainbow
/color/white
/color/white?sz=3
sz
/alphabet
Keshav Mohta | @xkeshav |