Hono + Bun

Example demonstrating Hono web framework with Bun runtime and React frontend integration.

Features

  • Hono + Bun runtime: High-performance HTTP routing with Bun's fast JavaScript runtime
  • React frontend: Full-stack example with React UI and actor backend
  • Type-safe API: Full TypeScript type safety from frontend to actor actions
  • Fast development: Hot reloading and instant startup with Bun

Implementation

This example demonstrates using Hono with Bun runtime and React:

Resources

Read more about actions and setup.