Built using Cowboy and Plug, creates a room-based web chat application.
This small app mimics the behaviour of a full-featured pubsub system, like the Phoenix PubSub.
It features a basic UI using Alpine.js.
Under development
To run it, just clone the repo, and inside the src/mchat_server
directory, download its dependencies:
mix deps.get
Then start the app with iex -S mix
or mix run
.