https://github.com/vbop9834/elmphoenixchatroom
A simple chatroom that uses a web socket to communicate between the Elm frontend and Elixir backend
https://github.com/vbop9834/elmphoenixchatroom
chat-application chatroom elixir elm guide phoenix web-sockets
Last synced: 6 months ago
JSON representation
A simple chatroom that uses a web socket to communicate between the Elm frontend and Elixir backend
- Host: GitHub
- URL: https://github.com/vbop9834/elmphoenixchatroom
- Owner: vbop9834
- Created: 2016-10-08T02:28:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T21:47:56.000Z (over 8 years ago)
- Last Synced: 2025-04-11T18:12:01.841Z (6 months ago)
- Topics: chat-application, chatroom, elixir, elm, guide, phoenix, web-sockets
- Language: Elixir
- Homepage:
- Size: 85.9 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testelm
To start your Phoenix app:
* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix