From b716090a01db15e3cb5a3f09aec8b3f33017e449 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Wed, 30 Oct 2024 23:12:36 -0700 Subject: [PATCH 1/2] Add Modus to Servers section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06987269..3bdc69bb 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ If you want to contribute to this list (please do), send me a pull request. - [graphql-koa-scripts](https://github.com/ryanhs/graphql-koa-scripts) - GraphQL Koa 1 file simplified. usefull for quick test - [gql](https://github.com/deno-libs/gql) - Universal GraphQL HTTP middleware for Deno. - [mercurius](https://github.com/mercurius-js/mercurius) - GraphQL plugin for Fastify. +- [modus](https://github.com/hypermodeinc/modus) - Serverless runtime based on WebAssembly that delivers auto-generated GraphQL APIs. - [graphql-yoga](https://github.com/prisma-labs/graphql-yoga) - Fully-featured GraphQL Server with focus on easy setup, performance and great developer experience. - [graphitejs](https://github.com/graphitejs/server) - Framework NodeJS for GraphQL. - [graphql-helix](https://github.com/contrawork/graphql-helix) - A highly evolved GraphQL HTTP Server. From 4ae34220eed11363b5cdb3289061de4dcb682b8b Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Thu, 31 Oct 2024 11:49:13 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bdc69bb..1ca4e3a3 100644 --- a/README.md +++ b/README.md @@ -202,11 +202,11 @@ If you want to contribute to this list (please do), send me a pull request. - [graphql-koa-scripts](https://github.com/ryanhs/graphql-koa-scripts) - GraphQL Koa 1 file simplified. usefull for quick test - [gql](https://github.com/deno-libs/gql) - Universal GraphQL HTTP middleware for Deno. - [mercurius](https://github.com/mercurius-js/mercurius) - GraphQL plugin for Fastify. -- [modus](https://github.com/hypermodeinc/modus) - Serverless runtime based on WebAssembly that delivers auto-generated GraphQL APIs. - [graphql-yoga](https://github.com/prisma-labs/graphql-yoga) - Fully-featured GraphQL Server with focus on easy setup, performance and great developer experience. - [graphitejs](https://github.com/graphitejs/server) - Framework NodeJS for GraphQL. - [graphql-helix](https://github.com/contrawork/graphql-helix) - A highly evolved GraphQL HTTP Server. - [pylon](https://github.com/getcronit/pylon) - Write full-feature APIs with just functions. No more boilerplate code, no more setup. Just write functions and deploy. +- [modus](https://github.com/hypermodeinc/modus) - Serverless runtime based on WebAssembly that delivers auto-generated GraphQL APIs. ##### Databases & ORMs