Run python+nodejs on same project

Basically, in order to run two different web servers, you need to use two different ports.

Glitch only opens port 3000 for the project container, but you might be able to get different internal ports running via reverse proxy. (No actual example found though, so it can be harder than it sounds.)

1 Like