Are there any generally accepted standards for inter-microservice communication? Or does everyone just go it their own?

This page summarizes the projects mentioned and recommended in the original post on /r/node

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • wasi-messaging

    messaging proposal for WASI

  • Yes. However, consensus can be achieved in some cases. This PR wasi-messaging Refactor ft. stakeholder review #9 covers some ground re messaging, or if you prefer, "microservice communication".

  • telnet-client

  • There are many ways to achieve the requirement. Server-Side Events (text/event-stream implemented via EventSource); WebSockets; WebRTC data channels on Web, libdatachannel on Web and outside of Web; Fetch Standard with duplex: 'half' provides persistent bi-directional communication; QUIC (WebTransport); WebTorrent; DirectSockets now exposes TCP/UDP sockets in certain contexts, see GoogleChromeLabs/telnet-client, depends on TypeScript, Webpack, Node.js, npm.

  • 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
  • The gist

    BullMQ - Message Queue and Batch processing for NodeJS and Python based on Redis

  • I use bullmq with node

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