launchcodedev / app-config

Easy Configuration Loader with Strict Validation
https://app-config.dev
Mozilla Public License 2.0
69 stars 11 forks source link

Experiment with a Express middleware for `@app-config/inject` #101

Open joelgallant opened 3 years ago

joelgallant commented 3 years ago

A use case for @app-config/inject is to do so in an express.js server (before serving the HTML). Middleware the intercepts outgoing HTML and injects app-config sounds like a cool way to do it.