Make the streaming API also handle websockets (because trying to get the browser EventSource interface to
work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
This commit is contained in:
parent
8c0bc1309f
commit
ccb8ac8573
14 changed files with 310 additions and 132 deletions
|
@ -43,5 +43,5 @@ SMTP_FROM_ADDRESS=notifications@example.com
|
|||
# Optional alias for S3 if you want to use Cloudfront or Cloudflare in front
|
||||
# S3_CLOUDFRONT_HOST=
|
||||
|
||||
# Optional Firebase Cloud Messaging API key
|
||||
FCM_API_KEY=
|
||||
# Streaming API integration
|
||||
# STREAMING_API_BASE_URL=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue