phoenix-chat-example
phoenix-chat-example copied to clipboard
💬 The Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.7 [Latest] 🚀
### There is a gotcha here: Since there is no concept of user logins and sessions based on it, I felt its okay to mark a user as online once...
+ [ ] Add **`auth_plug`** to this project, see: https://github.com/dwyl/auth_plug_example#how + [ ] Figure out if `conn.assigns.person` is available in a Channel (JS) request for channels.
The full build log of a failure is [available here](https://gist.github.com/llimllib/baf1938cb182f6ced28f6c27e66f22aa) I solved the issue by downgrading my version of node; I use asdf so for me it was as simple...
It would be super awesome to upgrade this great tutorial with a bit more advanced example. How would one pick up one person from (presence?) and open "private" 1-to-1 chat...
Hi there, This is my first ever open-source contribution post on GitHub. I'm super-new at this but also want to make sure others don't get stuck with frustrating issues when...
We _love_ Elixir & Phoenix because they make building web apps easy and fun! We are _less_ enamoured with using JavaScript on the frontend because reliability is _hard_ in JS....
@nelsonic As promised, here is some feedback: ## Getting started I already had Phoenix and Elixir installed, and that's straightforward anyway. Postgres, on the other hand :confounded: I did have...
This tutorial is so fantastic. Thanks lots. Are you able to add phoenix presence to the user name parts, to maybe keep a list of everyone who's connected and show...
This repo is amazing!! Very well done! What do you think about adding a guide for deploying with Gigalixir? Disclaimer: I'm the founder of Gigalixir.