express-subdomain icon indicating copy to clipboard operation
express-subdomain copied to clipboard

Super simple subdomain middleware for expressjs

Results 17 express-subdomain issues
Sort by recently updated
recently updated
newest added

Adds a basic index.d.ts for Typescript users. (auto generated by TS)

Thought it would be a nice addition to add root domains

Hey people, So I am new to coding and I have a problem. So I made this website https://www.iglikes.io/ and now I want to have Subdomains based on the users'...

Hey! I recently discovered this great plugin, but i am facing an issue now. I want to handle "any" subdomain. For example, I need to have `sub1.example.com` `sub2.example.com` `sub3.example.com` and...

I have a domain let's say example.com and a subdomain web.example.com and also I have two certificates for both of them. How can I send certificates based on the subdomains?

As of Chrome 63, Chrome will force `.dev` domains to HTTPS via preloaded HSTS. So it's better to not go through the hassle of setting up https for localhost and...

Hi - love this project. Exactly what I needed. Unfortunately, being a non-Express-expert, a few things were tricky to figure out. Would you be open to a PR elaborating on...

Hey all. Say I have a Glitch express app - e.g. `express.glitch.me`. My server.js has this piece of code: ``` var test = new express.Router() test.get('/', (req, res) => {...

So I have run into a problem with content on subdomains that shouldn't be there being there. Let's assume that I have a folder of static content that should only...