Hosting a non-http server

Is it possible to host non-http servers on glitch?

1 Like

No, or not very easily at least. To route your request to the right server, we look at the HTTP headers, and another type of server wouldn’t have those. It might be possible to set the connection up as HTTP to start with, and switch over to some other protocol after that, but it would be pretty tricky.

1 Like