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

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

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!

![https://www.noredink.com/about/team](https://cloud.githubusercontent.com/assets/1094080/9069346/99522418-3a9d-11e5-8175-1c2bfd7a2ffe.png)