supabase / realtime-js

An isomorphic Javascript client for Supabase Realtime server.
https://supabase.com
MIT License
324 stars 58 forks source link

add: Worker for Healthcheck (#419) #420

Closed filipecabaco closed 2 months ago

filipecabaco commented 2 months ago

What kind of change does this PR introduce?

Added capacity to use Worker for Healthchecks. We also allow users to override the worker URL so they are able to modify it as they see fit.

filipecabaco commented 2 months ago

later