sfbrigade / bats-server

Routed is an app to help ambulances direct non-critical patients to hospital emergency rooms with the most availability.
https://routedapp.org/
GNU Affero General Public License v3.0
18 stars 11 forks source link

bring up the service in detached mode #316

Closed sandeep-n closed 10 months ago

sandeep-n commented 10 months ago

Running in detached mode frees up the terminal window when the service is up. More subjectively, it might be a little more user-friendly in terms of making it clear to the user when the service is ready -- I found myself staring at the output for a while before realizing things were ready 😅

francisli commented 10 months ago

I think that the output is useful and helpful during development, such that I wouldn't recommend running in detached mode.

In particular, you will see each server request and any logging statements you add in the server code, and when developing on the client you'll see compilation errors/warnings, etc.