Any feedback on using LiveView with Cloudflare?

Has anyone used LiveView behind Cloudflare? I saw that they support websockets now but wanted to check with the community to see if anyone has thoughts on it in production. Does it play nice? Any unexpected issues?

My pet project uses websockets and sits behind Cloudflare. It is hosted on DigitalOcean with dokku. Besides the lack of users, no problems so far. :sweat_smile:

5 Likes

I also have tune.fullyforged.com behind Cloudflare (DNS and CDN), using their SSL infrastructure and forcing SSL. The app itself is deployed on Heroku. Source at https://github.com/fully-forged/tune if you need to see settings.

5 Likes