HomeAboutBlogProjectsContact

Posts tagged "hono"

2 posts found

Running Modern JavaScript on Cheap Shared Hosting: A Deep Dive into CGI and FastCGI

A developer's journey into the world of cheap Japanese shared hosting. This post explores the feasibility of running modern JavaScript (Node.js, Bun, Deno) on low-cost servers using technologies like CGI and FastCGI, comparing performance, and documenting the challenges and discoveries along the way.

June 22, 2024
apachebuncgidenofastcgigohonohostingjapanjavascriptnodeperformancephpserverlessshared-hostingweb-hosting

Streaming Dynamic and Asynchronous HTML with Hono and JSX

Learn how to stream dynamic HTML content using Hono.js and JSX. This post provides a code example of how to use async generators and Suspense to stream non-append-only data to the browser, creating a dynamic and responsive user experience.

June 1, 2024
asynccloudflare-workersedge-computinghonojavascriptjsxreactserver-side-renderingssrstreamingsuspenseweb-framework