sergeant-savage / chatter

A small Rust websocket chat
MIT License
4 stars 4 forks source link

Have a reverse proxy or a display page when the server is offline (?) #31

Open 1ctinus opened 5 months ago

1ctinus commented 5 months ago

w/ the server automatically turning off if nobody is online, a reverse proxy may be needed so users aren't greeted with an HTTP 500 error, and have to refresh to see the website again. This is a flawed UI.

ItsCbass commented 5 months ago

Honestly not a bad idea, it's a little goofy the way it's being handled right now. Could we use Nginx to serve an offline page?

Glacier150 commented 5 months ago

Currently we are using shuttle and don't have a dedicated server, so some changes will be necessary for this.

sergeant-savage commented 3 months ago

See #44