between http2-express-bridge and spdy (http2 with ssl)

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

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
  • spdy

    SPDY server on Node.js

  • oauth2-proxy

    A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.

    If I had something like nginx > oauth2-proxy > my express app, how the hell does that work? (seeing the oauth2-proxy diagrams may help picture the setup). Is it simply enough to enable http2 on each layer? Would a push from my application be absorbed by oauth2-proxy, and then further pushed to nginx, absorbed by nginx, and then pushed? That doesn't seem like it would make sense, as those other layers wouldn't know what resources are required until the request hits the express app? How would the nginx and proxy layer know the request needs to be multiplexed? Is it redundant for a setup like this/

  • 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.

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