Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/norpan/elm-phoenix

Testbed for elm phoenix channel implementation
https://github.com/norpan/elm-phoenix

elm elm-lang phoenix

Last synced: about 15 hours ago
JSON representation

Testbed for elm phoenix channel implementation

Awesome Lists containing this project

README

        

# elm-phoenix
Testbed for elm phoenix channel implementation.

Not much to see here. Look at the files.
* [Simple websocket api](websocket-ports.js)
* [Package file](src/Phoenix.elm)
* [Test main file, change `phoenixUrl` and `phoenixChannels`](src/Main.elm)

Run with `make dev` to see what happens.

* Push not implemented yet, you can only subscribe to channels and get messages from others right now. Still thinking about how to do the push stuff in a good way.