Default environment

If I add a package.json with, say, Parcel to bundle my app then I have full control of what’s happening. But if my project does not have a package.json then what is really happening? What’s serving my page and how? Does Glitch offer any information on this? Thanks!

If you use the default “hello-webpage” project, they use an http server from NPM.

I belive it is this one here: https://www.npmjs.com/package/http-server

Hello @RiversideRocks, thanks for the input! Where did you get that information?

Sorry I was wrong! They use this for static projects:

You can get a lot of info on how glitch works from this project here:

4 Likes

This is perfect @RiversideRocks, thank you very much :slight_smile:

1 Like