graphql-eventbus VS nestjs

Compare graphql-eventbus vs nestjs and see what are their differences.

nestjs

A collection of badass modules and utilities to help you level up your NestJS applications πŸš€ (by golevelup)
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.io
featured
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.
www.influxdata.com
featured
graphql-eventbus nestjs
4 4
27 2,083
- 3.3%
6.7 8.0
about 1 month ago 6 days ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

graphql-eventbus

Posts with mentions or reviews of graphql-eventbus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-07.
  • How to use graphQL api key and secret key with python
    1 project | /r/graphql | 20 Sep 2022
  • GraphQL for event driven architecture
    2 projects | /r/microservices | 7 Feb 2022
    Docs: https://graphql-eventbus.vercel.app/
    1 project | /r/graphql | 6 Feb 2022
  • GraphQL for Event Driven Architecture
    2 projects | news.ycombinator.com | 6 Feb 2022
    Hey guys, I've been working on a GraphQL library for typescript that enables building event driven architecture using GraphQL schema. It can be used to publish and consume events in a type safe way using any message broker (Kafka, .RabbitMQ, PubSub etc). I built this library to scratch my own itch when I was trying to building a type safe event driven communication between microservices: JSON schema and protobuf didn't feel elegant and were too verbose so I thought why not GraphQL. You can read more in my blog post here: https://graphql-eventbus.vercel.app/blog

    Youtube Intro Video: https://www.youtube.com/watch?v=XLbShOmkKk0

    Github: https://github.com/skk2142/graphql-eventbus

    Docs: https://graphql-eventbus.vercel.app/

    I'd love to get your feedback!

nestjs

Posts with mentions or reviews of nestjs. We have used some of these posts to build our list of alternatives and similar projects.
  • Are there any guides for message brokers in a traditional NestJS REST app?
    1 project | /r/Nestjs_framework | 13 Apr 2022
    When you're going to use RabbitMQ I would advise to use the RabbitMQ library at https://github.com/golevelup/nestjs. It's way more flexible than the default RabbitMQ microservice.
  • Providing Providers to Dynamic NestJS Modules
    1 project | dev.to | 27 Jul 2021
    For this, I'm going to be using a package called @golevelup/nestjs-modules to help with the creation of the dynamic module. Instead of having to set up the entire forRoot and forRootAsync methods, we can extend a mixin and let the package take care of the setup for us. everything in this article will work without the package, I just like using it for the sake of simplicity. So, lets dive into setting up our AuthModule to be a dynamic module. First we need to create our injection token for the options
  • How to parse the raw body of a request in a NestJS controller
    1 project | dev.to | 19 Jun 2021
    import { Injectable, NestMiddleware } from '@nestjs/common' import { json } from 'body-parser' /** * Copied this middleware to parse the raw response into a param to use later * from https://github.com/golevelup/nestjs/blob/master/packages/webhooks/src/webhooks.middleware.ts */ @Injectable() export class RawBodyMiddleware implements NestMiddleware { public constructor() {} public use(req: Request, res: Response, next: () => any): any { json({ verify: (req: any, res, buffer) => { if (Buffer.isBuffer(buffer)) { const rawBody = Buffer.from(buffer) req['parsedRawBody'] = rawBody } return true }, })(req, res as any, next) } }
  • What are some good practises for mocking providers in tests
    1 project | /r/Nestjs_framework | 28 Apr 2021
    The easiest thing to do is just mock all of a services methods with jest mock functions. I like to do that with this library: https://github.com/golevelup/nestjs/tree/master/packages/testing

What are some alternatives?

When comparing graphql-eventbus and nestjs you can also consider the following projects:

graphql-eventbus - GraphQL layer to publish and consume events from any message broker [Moved to: https://github.com/quant-daddy/graphql-eventbus]

shopify-api-node - Shopify Admin API Library for Node. Accelerate development with support for authentication, graphql proxy, webhooks [Moved to: https://github.com/Shopify/shopify-api-js]

purista - A typescript framework for building backend services and api in modern, modular and scalable way with event-driven patterns

stompjs - Javascript and Typescript Stomp client for Web browsers and node.js apps

spec - CloudEvents Specification

ultimate-backend - Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication

opentelemetry-ext-js - js extensions for the open-telemetry project

hasura-backend-plus - πŸ”‘Auth and πŸ“¦Storage for Hasura. The quickest way to get Auth and Storage working for your next app based on Hasura.

amplication - πŸ”₯πŸ”₯πŸ”₯ Open-source backend development platform. Build production-ready services without wasting time on repetitive coding.

porn-vault - πŸ’‹ Manage your ever-growing porn collection. Using Vue & GraphQL

hasura-auth - Authentication for Hasura.

typeorm - TypeORM module for Nest framework (node.js) πŸ‡