Serverless WebSockets on AWS

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

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

    Abusing StepFunctions so that I do not have to write any Lambda code.

  • With the Amazon API Gateway direct integrations capabilities, one might create elaborate and resilient WebSocket backend without needing AWS Lambda functions. I took on that challenge myself. Here is the result.

  • apollo-client

    :rocket:  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.

  • On the frontend side of things, you might encounter issues with integrating the AWS AppSync JavaScript client with one of your GraphQL client libraries. As of writing this, there is a lot of issues on GitHub related to integration with my favorite GraphQL client – the apollo-client.

  • 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
  • iot-core-feature-flags

    A very very simplified, hacky implementation of feature flag service using IOT Core MQTT capabilities

  • I believe that AWS IoT Core MQTT could be used for real-time frontend feature toggles. Integrating your frontend with the service should be hassle-free because of the AWS Amplify plugin. Here is my attempt at building real-time frontend feature toggles with AWS IoT Core.

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