Articles by Tag #hono

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

[Hono] Simple Messaging App Using Bun and WebSocket

We often see implementations of WebSocket using the Express framework and Socket.io. However, there...

Learn More 33 2Jun 10 '24

Placegoose: Building data APIs with HONC

I was really excited when I came across Hono. I think the API is elegant in its simplicity, and I’ve...

Learn More 19 0Dec 9 '24

Fiberplane: Your Hono-native API Playground, powered by OpenAPI

For developers building TypeScript APIs, the power of Hono is the bet many are taking. It's blazing...

Learn More 18 0Feb 13

Step-by-step guide: Adding client-side logic to your Hono app

A guide to adding client-side logic to your Hono app.

Learn More 13 0Dec 6 '24

Hacking Hono: The Ins and Outs of Validation Middleware

Hono’s type system is one of its greatest strengths. If you don’t take some time to understand the...

Learn More 9 0Feb 3

Tech Note: Type inference takes place when initializing variables and members

This article is basically a tech note reflecting the things I got stack with. What I got...

Learn More 8 1May 14 '24

Creating a Websocket server in Hono with Durable Objects

If you are building an application that requires some collaboration features or simply needs to feel...

Learn More 8 1Sep 2 '24

Elegant Error Handling and End to End typesafety with Hono RPC

I've always had a love-hate relationship with JavaScript's error handling. Its reliance on try-catch...

Learn More 7 1Dec 23 '24

Why HONO JS Should Be Your Next Web Framework

When it comes to choosing a web framework for your next project, the options can be overwhelming....

Learn More 6 0Jun 12 '24

Building smarter RSS feeds for my newsletter subscriptions with SES and Bedrock

In this article, I’ll share a tool I recently built for my personal use, driven largely by...

Learn More 5 1Nov 23 '24

Introduction to Hono : Advantages, Disadvantages & FAQs

What is Hono ? Hono - means flame🔥 in Japanese. Hono.js is an ultra-fast, highly...

Learn More 5 0Dec 26 '24

Placegoose: Seeding and deployment with HONC

In the first article of this series, we walked through building Placegoose, a simple mock data API...

Learn More 3 0Mar 24

Easy and Fast API Development with Bun and Hono: A Simple Project in 5 Minutes

Introduction I recently wrote simple articles about Hono and Bun, and this article is a...

Learn More 2 1Oct 25 '24

Hono Js - Another Express clone?

Hono.Js, the new talk of the town, either you are hating it or loving it but you aren’t ignoring...

Learn More 2 1Dec 6 '24

Async Local Storage is Here to Help You

Let's talk about Async Local Storage in Node.js. We'll explore where it can be used and its use cases. We'll also attempt to reimplement one of the features from one of the many popular meta-frameworks out there.

Learn More 1 0Dec 18 '24

Understanding Stored XSS Attacks and How to Mitigate Them with Hono

In this article, I'll explain how a Cross-Site Scripting (XSS) attack works and walk through a simple...

Learn More 1 0Nov 7 '24

Initial Setup for a React + Hono Project

This article provides a step-by-step guide to setting up a web application using React (frontend) with Vite and Hono (backend) for Cloudflare Workers. It covers project structure, testing with Vitest, and configuring API endpoints with CORS support. Additionally, it explains how to deploy both frontend and backend together on Cloudflare Workers.

Learn More 1 0Mar 6

Verifying Lemon Squeezy Subscription Webhooks in Cloudflare Workers

I've been using Lemon Squeezy to handle subscription billing in several projects. Lemon Squeezy...

Learn More 0 0Jul 15 '24

Learning About Security: SQL Injection

What is SQL Injection? SQL Injection is an attack technique that manipulates SQL queries...

Learn More 0 0Nov 7 '24

Cloudflare Workers: New age computing

Cloudflare Workers is changing the serverless game with V8 Isolates technology, offering 5ms startup times and eliminating the cold start problem that plagues traditional platforms like AWS Lambda.

Learn More 0 0Mar 30

Hono Tutorial Pt. 1

This is the first article in the series where we are going to build a simple back-end application in...

Learn More 0 0Mar 23