exercism / development-environment

16 stars 19 forks source link

Wait for website to finish #21

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

At the moment, running ./bin/start outputs:

It may take just a moment for everything to spool up.

http://localhost:3020/

It would be nice if we could detect when the website is actually running.

joshgoebel commented 3 years ago

Ha, nice. I wasn't worried about being so fancy. :)

SleeplessByte commented 3 years ago

There are various tools for this, such as wait-on, but they all boil down to pinging some tcp address.

joshgoebel commented 3 years ago

You could probably use curl/wget or something but now we're back to requiring things in the users local env...