Good open-source libraries or courses for a chat-app

Hi I am new to Elixir, just started learning 3 weeks back. I am building a Chat App with Elixir/Phoenix as backend & React-Native on frontend.

Would love to have any references for any OS projects / courses that I can follow to understand this in depth right from basics to dev-ops.

Thanks :slight_smile:

This course. https://phoenixliveview.com/

And others resources: GitHub - abreujp/masters-of-elixir: A comprehensive collection of resources for mastering Elixir.

4 Likes

Thanks for this… Even after such extensive googling, I wonder why I never came across these both… The list of resources is just great…

I had come across this course earlier with seemed comprehensive where they are explain the complete tooling also in the curriculum…

I dont know if you have come across this. Which of these 2 is better for my usecase. I dont know enough to make an informed choice.

Thanks once again.

I would always check for which version of phoenix the course is.

https://phoenixliveview.com/ i can recommend.

1 Like

I’m not familiar with the course you mentioned, but I can definitely recommend the ones I shared. And thank you for your kind words about the resources!

1 Like

Thanks! I was wondering is it good enough for creating a chat-api without live-view? as my frontend is actually in React Native.

Yes, you can build an API without LiveView.