Phoenix socket / channels example projects on the web

I want to start using them on my next project. Any advanced and/or large scale example projects you know of available online (source code)? Thank you.

1 Like

Maybe check out https://github.com/thoughtbot/constable. I looked up open-source projects and this one looks good for a few reasons:

  • The Channel usage is fairly basic, so you don’t need to learn a ton to read it
  • The application is by Thoughtbot, a company I respect for good quality code
  • The frontend usage is fairly simple

This example may be too basic though, as it doesn’t handle 2-way messages. Anyone have another?

1 Like