Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/norpan/elm-phoenix
- Owner: norpan
- Created: 2018-08-27T08:36:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T10:54:14.000Z (over 6 years ago)
- Last Synced: 2024-05-09T13:37:21.188Z (8 months ago)
- Topics: elm, elm-lang, phoenix
- Language: Elm
- Size: 8.79 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.