
Public
reactHonoExample
Viewing readonly version: 164View latest version
This folder contains all backend-only code in this project. It's broken up into:
index.ts
- this is the entrypoint for this whole projectdatabase/
- this contains the code for interfacing with the app's SQLite database table
This app uses Hono has the a server application framework. You can think of Hono as a replacement for ExpressJS that works in serverless environments like Val Town or Cloudflare Workers. If you come from Python or Ruby, Hono is also a lot like Flask or Sinatra, respectively.