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

https://github.com/lucasmagnum/elixir_chatroom_application_example

Simplest chat room application example ever.
https://github.com/lucasmagnum/elixir_chatroom_application_example

elixir example-project phoenix-elixir phoenix-framework

Last synced: 2 months ago
JSON representation

Simplest chat room application example ever.

Awesome Lists containing this project

README

        

Chat application example
=========================================

A chat application using Phoenix (Elixir framework).

Elixir is built on the Earlang VM.

Running the project
===============

1. Install Elixir
- https://elixir-lang.org/getting-started/introduction.html#installation
2. Install Hex
- mix local.hex
3. Install Phoenix
- mix archive.install hex phx_new 1.4.16
4. Install deps
- mix deps.get
5. Run tests
- mix test
6. Run the application
- mix run