Real-time Chat Application with Elixir, Phoenix & Flutter.

Real-time Chat Application with Elixir, Phoenix & Flutter.
99.99 USD
Buy Now

Create a real-time REST API in Elixir, Phoenix & PostgreSQL. The language which powers, in one way or another (ErLang) Whatsapp, Discord, Pinterest etc. Then create it’s front-end app in none other than Google’s Flutter. We will be using Phoenix Framework, the fantastic MVC framework for developing backends and full stack projects in Elixir. Consider Phoenix more like Express of Node. js but way more cooler of course. Well, Elixir altogether is cooler than any other language I code but nevertheless, one thing at a time. For websockets, we will be leveraging Phoenix Channels and we will integrate it’s client for Flutter when we move on to the front-end. Feature wise you will be shown a list of available rooms (which you can create via the API). Then by tapping on a particular Room, you will join that room and the messages of that particular Room will be listed. Along with that you will see a message form down at the bottom where you can type and post the message. When you post that message, it will be broadcasted via Phoenix Channels (websockets under the hood) and whoever had subscribed to that room will get that new message, in real-time. Is that cool or what? Making a full-stack real-time chat app on this powerful stack. ArchitectureRoomsCreate Room (API only)Join RoomMessagesList messages of a particular room. Post message to a room. Get real-time updates whenever a new message is posted in a particular room. Postman Test the backend with Postman. Chrome Simulator for FlutterNo more heavy loaded android studio. We will be creating our app using Chrome. Since Flutter now supports web as well so no need to install the heavy android studio during development. Chrome will full fill all our use case.A lot moreWe will be learning a lot more than written, about Elixir, Phoenix, Flutter, and creating full-stack projects altogether.