instatushq / out

Monitor services in your menu bar
https://instatus.com/out
MIT License
162 stars 14 forks source link

Add Hund-based services & Bitwarden #29

Closed franky47 closed 3 years ago

franky47 commented 3 years ago

Closes #28.

The event stream is opened every 5 seconds (or whatever the polling timeout is set to), and only the init_event message is read and parsed before closing the connection.

Best of both worlds, and no need to hack around with Axios πŸ™‚

I did not have to polyfill EventSource, so I guess the service code runs in the browser side, not the Node.js side ? That would be consistent with my debugging experience.

alisalahio commented 3 years ago

You're correct, everything runs inside your app :D There's no backend :D

Thank you so much, FranΓ§ois πŸ₯³πŸ₯³πŸ”₯πŸ”₯πŸš€πŸš€