Koa

Open-source projects categorized as Koa

Top 23 Koa Open-Source Projects

  • Strapi

    🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

  • Project mention: How to Build an AI FAQ System with Strapi, LangChain & OpenAI | dev.to | 2024-04-21

    Strapi provides a centralized data managing platform. This makes it easier to organize, update, and maintain the FAQ data. It also automatically generates a RESTful API for accessing the content stored in its database.

  • Koa

    Expressive middleware for node.js using ES2017 async functions

  • Project mention: Hono vs. H3 vs. HatTip vs. Elysia - modern server(less) replacements for Express | dev.to | 2024-03-12

    Since "Express.js is an old framework that has not evolved for a long time. It's not a good choice for new projects since it can easily lead to security issues and memory leaks." -- H3. Which is also the case for Koa.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • egg

    🥚 Born to build better enterprise frameworks and apps with Node.js & Koa

  • apollo-server

    🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

  • Project mention: React Server Components Example with Next.js | dev.to | 2024-04-16

    Another interesting point is that executing fetches on the server can allow developers to more easily leverage caching. Next.js already handles caching out-of-the-box and I’m curious to see if the wider adoption of RSC reduces the need to combine React with solutions like Apollo Server and Apollo Client. While there are other benefits to these tools, RSC could provide similar caching behavior without the need to invest in a GraphQL solution.

  • crystal

    🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more! (by graphile)

  • Project mention: Ask HN: What Underrated Open Source Project Deserves More Recognition? | news.ycombinator.com | 2024-03-07

    I didn't see a v5 tag in order to know, and I have no idea what "utils/graphile" does for the project, but one will want to ensure they are aware of its licensing scheme https://github.com/graphile/crystal/blob/db8894c74eb0ec3fe96...

  • SpaceX-API

    :rocket: Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data.

  • nocobase

    NocoBase is a scalability-first, open-source no-code/low-code platform for building business applications and enterprise solutions.

  • Project mention: Open-Source No-Code/Low-Code Platform NocoBase v0.21: Multi-DataSource support for Charts and workflow | dev.to | 2024-04-09

    GitHub

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Grant

    OAuth Proxy

  • Project mention: Most stable and easy to implement Auth with SvelteKit? | /r/sveltejs | 2023-12-05
  • rate-limiter-flexible

    Atomic counters and rate limiting tools. Limit resource access at any scale.

  • Ts.ED

    :triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone. ⭐️ Star to support our work!

  • Project mention: Choosing a backend API framework | /r/node | 2023-06-13

    Ts.ED - Controller-based (DI supporting) backend framework that seems to offer quite a lot (although I'm wary of it being quite close to Nest.js)

  • lad

    Node.js framework made by a former @expressjs TC and @koajs team member. Built for @forwardemail, @spamscanner, @breejs, @cabinjs, and @lassjs.

  • graphql-upload

    Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.

  • Project mention: Send audio files to graphql | /r/reactnative | 2023-07-06

    Uploading cloud storage (s3, firebase storage, etc) is probably best. I do not recommend it, but graphql-upload is a thing. https://github.com/jaydenseric/graphql-upload

  • session

    Simple session middleware for koa (by koajs)

  • koa-passport

    Passport middleware for Koa

  • koa-views

    Template rendering middleware for koa (hbs, swig, pug, anything! :sparkles:)

  • route-list

    Beautifully shows Express/Koa/Hapi/Fastify routes in CLI.

  • typera

    Type-safe routes for Express and Koa

  • koa-hbs

    Handlebars templates for Koa.js

  • serverless-adapter

    Run REST APIs and other web applications using your existing Node.js application framework (NestJS, Express, Koa, tRPC, Fastify and many others), on top of AWS, Azure, Huawei and many other clouds.

  • Project mention: Prim+RPC: a bridge between JavaScript environments. Easy-to-understand, type-safe, transport-agnostic RPC/IPC for JavaScript, supporting callbacks, batching, file uploads, custom serialization, and more. | /r/javascript | 2023-06-06

    u/somethingclassy My library is built to integrate any serverless environment with any nodejs framework: https://serverless-adapter.viniciusl.com.br/docs/main/intro If you have time (and interest), you can try creating a new "framework" file: https://github.com/H4ad/serverless-adapter/tree/main/src/frameworks

  • vox

    Simple and lightweight Go web framework inspired by koa (by aisk)

  • llm-react-node-app-template

    The Javascript template for an LLM react node app.

  • Project mention: LLM React Node app template | news.ycombinator.com | 2024-02-10
  • puresql

    ES6/7 ready SQL library for node.js inspired by Clojure's yesql

  • aws-serverless-koa

    This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using the Koa.js application framework

  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Koa related posts

  • Open-Source No-Code/Low-Code Platform NocoBase v0.21: Multi-DataSource support for Charts and workflow

    1 project | dev.to | 9 Apr 2024
  • Hono vs. H3 vs. HatTip vs. Elysia - modern server(less) replacements for Express

    2 projects | dev.to | 12 Mar 2024
  • LLM React Node app template

    1 project | news.ycombinator.com | 10 Feb 2024
  • Public Template – Node React LLM App

    1 project | news.ycombinator.com | 7 Dec 2023
  • Instrumenting AWS Lambda functions with OpenTelemetry SDKs

    4 projects | dev.to | 25 Nov 2023
  • The TypeScript Access Control Library for Unmatched Typesafety

    2 projects | news.ycombinator.com | 4 Sep 2023
  • Server-side Rendering (SSR) From Scratch with React

    5 projects | dev.to | 30 Aug 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 2 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Koa projects? This list will help you:

Project Stars
1 Strapi 59,941
2 Koa 34,860
3 egg 18,787
4 apollo-server 13,663
5 crystal 12,413
6 SpaceX-API 10,285
7 nocobase 5,616
8 Grant 4,030
9 rate-limiter-flexible 2,884
10 Ts.ED 2,746
11 lad 2,260
12 graphql-upload 1,412
13 session 895
14 koa-passport 777
15 koa-views 713
16 route-list 282
17 typera 173
18 koa-hbs 158
19 serverless-adapter 118
20 vox 83
21 llm-react-node-app-template 79
22 puresql 50
23 aws-serverless-koa 42

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