Skip to content

svard/elm-phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-phoenix

Native Phoenix channels in Elm

Consider http://package.elm-lang.org/packages/NoRedInk/elm-phoenix/1.0.0/ instead for Elm 0.17 Phoenix integration.

An implementation of Phoenix channels in Elm inspired by mgold's elm-socketio.

The Chat example in the context of a Phoenix app can be found here https://github.com/svard/hello_phoenix.

Currently this package have not been published as an elm package so in order to use it in a project a few manual steps are required. First the folder structure svard/elm-phoenix/2.0.0 must be created under elm-stuff/packages. Then elm-phoenix's src folder and elm-package.json file need to be copied to the newly created svard/elm-phoenix/2.0.0. Last include

"svard/elm-phoenix": "2.0.0 <= v < 3.0.0"

in elm-package.json and

"svard/elm-phoenix": "2.0.0"

in elm-stuff/exact-dependencies.json.

About

Native Phoenix channels in Elm

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages