https://github.com/indatawetrust/chat-app
A simple chat application with the Phoenix Framework
https://github.com/indatawetrust/chat-app
chat elixir phoenix-framework
Last synced: about 1 year ago
JSON representation
A simple chat application with the Phoenix Framework
- Host: GitHub
- URL: https://github.com/indatawetrust/chat-app
- Owner: indatawetrust
- Created: 2017-12-17T13:02:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T13:49:55.000Z (over 8 years ago)
- Last Synced: 2025-03-28T03:04:22.699Z (about 1 year ago)
- Topics: chat, elixir, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 134 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-app
A simple chat application with the Phoenix Framework
```bash
cd assets && MIX_ENV=prod brunch build --production && cd .. && pokill 4001 && MIX_ENV=prod PORT=4001 elixir --detached -S mix do compile, phx.server
```