SheepTester / primitive-cloud-server

A primitive Node server for Scratch 3.0 cloud variables; it's not made for large-scale projects and can easily be tricked by those pesky JavaScript programmers
MIT License
32 stars 34 forks source link

(Question) Is there a way to run this on the cloud? #16

Closed TheShovel closed 2 years ago

TheShovel commented 2 years ago

I tried to run this on heroku, but it shuts it down with error exit status 143 (Stopping all processes with SIGTERM). Is there other free way to do this? I don't wanna have a constantly running pc in my room to run my game server.

Thanks again for your time!

TheShovel commented 2 years ago

Never mind, found it out myself. Using heroku.

infernostars commented 2 years ago

How did you do this? I also want to set up my own server, so it'd be nice if I knew how

infernostars commented 2 years ago

@cataghg bump, if you have time.

TheShovel commented 2 years ago

just google how to set up a herku app, it's really easy.

infernostars commented 2 years ago

alright thanks