HONC Out Loud: The Modern Guide to Building a Typescript JSON API

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. neon

    Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

    Neon provides a serverless PostgreSQL database that supports branching. It is an open-source alternative to AWS Aurora and Google Cloud SQL for PostgreSQL. You can run Neon on-premise or use their managed service in the cloud. Neon separates compute and storage, allowing it to offer features like auto-scaling and branching.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. flow-pipeline

    A set of tools and examples to run a flow-pipeline (sFlow, NetFlow)

    Cloudflare is a global cloud platform. Workers are serverless applications running on JavaScript edge runtime on globale cloudflare CDN. Cloudflare Workers allow the creation of applications without configuring or maintaining infrastructure. With a focus on shipping serverless applications instantly and its isolate architecture, Cloudflare Workers provide a seamless and performant solution for running application code.

  4. create-honc-app

    Template for setting up a new HONC stack project

    There are multiple ways to get started with HONC. You can set up all the components manually, but there is also a create-honc-app cli available as npm package helping to create a new HONC project from your Shell. Simply type: npm create honc-app@latest

  5. goose-quotes

    Source code for goose quotes example api using Hono on honc.dev

    Either get the Goose Quotes API via your CLI (as described above) or clone it’s repo. The repository’s README provides instructions on how to set up and run the project. Here are some additional details and explanations about the individual steps:

  6. drizzle-orm

    Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅

    Drizzle is a headless Object Relational Mapper (ORM) that maps the data logic in the database with the application code. Drizzle offers both a relational and an SQL-like query API, providing an interface that closely resembles SQL, ensuring a good developer experience without the need to learn library-specific APIs. It has zero dependencies, is dialect-specific, performant, and serverless by design.

  7. hono

    Web framework built on Web Standards

    Hono is a web application framework that supports any JavaScript runtime, including Cloudflare, Deno, Bun, Vercel, Netlify, Node.js, and more. The RegExpRouter makes it super fast by avoiding any linear loops. Additionally, it is lightweight (14kB) and uses only the Web Standard API, meaning there are no dependencies. Developers can use built-in middleware or create their own to extend the framework.

  8. workers-sdk

    ⛅️ Home to Wrangler, the CLI for Cloudflare Workers®

    Cloudflare is a global cloud platform. Workers are serverless applications running on JavaScript edge runtime on globale cloudflare CDN. Cloudflare Workers allow the creation of applications without configuring or maintaining infrastructure. With a focus on shipping serverless applications instantly and its isolate architecture, Cloudflare Workers provide a seamless and performant solution for running application code.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • HTTP vs. WebSockets: Which one is the fastest for Postgres queries at the Edg

    4 projects | news.ycombinator.com | 11 Jul 2023
  • Ask HN: Seeking feedback on my Postgres TypeScript thing

    2 projects | news.ycombinator.com | 15 Dec 2024
  • Litdb – type safe SQL for JavaScript/TS

    9 projects | news.ycombinator.com | 5 Dec 2024
  • Show HN: Prisma Postgres. Runs on bare metal and unikernels

    3 projects | news.ycombinator.com | 30 Oct 2024
  • Create a blog using JStack(Nextjs, Neon, Prisma)

    3 projects | dev.to | 10 Sep 2024