Skip to content

A Phoenix chat demo with user authentication, tests, and use of web sockets for replying to messages and typing indicators

License

Notifications You must be signed in to change notification settings

BKStephens/phoenix_chat_demo

Repository files navigation

ChatDemo

Start demo

Install docker

docker-compose build
docker-compose up

Now you can visit localhost:4000 from your browser.

Run tests

Make sure the docker containers are already running and run:

docker-compose exec web mix test

About

A Phoenix chat demo with user authentication, tests, and use of web sockets for replying to messages and typing indicators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published