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.
- Host: GitHub
- URL: https://github.com/lucasmagnum/elixir_chatroom_application_example
- Owner: LucasMagnum
- Created: 2020-04-06T21:42:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:52:19.000Z (over 2 years ago)
- Last Synced: 2025-01-17T21:27:38.486Z (4 months ago)
- Topics: elixir, example-project, phoenix-elixir, phoenix-framework
- Language: Elixir
- Size: 1.81 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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