https://github.com/louiscb/phoenix-chat-app
Simple live messenger app in Elixir.
https://github.com/louiscb/phoenix-chat-app
elixir phoenix
Last synced: about 2 months ago
JSON representation
Simple live messenger app in Elixir.
- Host: GitHub
- URL: https://github.com/louiscb/phoenix-chat-app
- Owner: louiscb
- Created: 2018-03-01T21:19:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T21:22:50.000Z (over 8 years ago)
- Last Synced: 2025-03-23T08:14:39.312Z (over 1 year ago)
- Topics: elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phoenix-Chat-App
Simple live messenger app.
Run `mix phx.server` to start the server.
Requires PostgreSQL for the database storing the messages.
Follows tutorial on: https://github.com/dwyl/phoenix-chat-example