https://github.com/eeue56/elm-phoenix
Phoenix helpers for Elm
https://github.com/eeue56/elm-phoenix
Last synced: 19 days ago
JSON representation
Phoenix helpers for Elm
- Host: GitHub
- URL: https://github.com/eeue56/elm-phoenix
- Owner: eeue56
- License: bsd-3-clause
- Created: 2016-05-15T13:34:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T21:38:17.000Z (over 5 years ago)
- Last Synced: 2025-04-15T01:15:32.174Z (19 days ago)
- Language: Elm
- Size: 4.88 KB
- Stars: 72
- Watchers: 10
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-phoenix
Phoenix helpers for Elm
## Channels
The modules under `Phoenix.Channel` are designed for working with websockets, which Phoenix calls channels. Channels are pretty similiar to Socket.io's namespacing for rooms and events. [elm-blogger](https://github.com/NoRedInk/elm-blogger/tree/master/web/static/elm) contains example usage!
