An open API service indexing awesome lists of open source software.

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

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
```