Currently Glitch users are stuck with the only port they can use. Port 3000
. Therefore, users are quite limited to what they can do. If there were more ports Glitch could have the functionality for things like game servers so the website could quickly spin up some game server code and have it listen to a custom port. Is there any support comping? If so please let me know.
While there’s only one port you can listen on externally, if you can differentiate between the incoming requests you can setup a proxy like in https://glitch.com/edit/#!/debugger using the http-proxy module to handle multiple.
1 Like
Open more than 1 port or make multiple ports a paid feature:)
1 Like
Hey @SpeedyCraftah thanks for the suggestion. I think it’s pretty much identical with another topic so I’ve merged the two.
2 Likes