Skip to content
/ mchat Public

Simple anonymous chat built with Elixir Plug

Notifications You must be signed in to change notification settings

tom335/mchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

MChat

Micro chat sample application

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.

NOTE

Under development

Instructions

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.

Snapshot

image

About

Simple anonymous chat built with Elixir Plug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published