slashmili / phoenix-socket

This not the repository you are looking for.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phoenix Socket

This library is an Elm client for Phoenix channels.

This package is not ready to be used in production! However you can use it with Elm 0.19 right now, considering elm/Websocket is not out yet.

The reasons you can use this package in Elm 0.19

  1. It doesn't use Effects Manager.
  2. Initially it supports both Websocket and LongPool transport layer. With the lack of Websocket package, the code related to Websocket is removed and you can use this package today in your Elm 0.19 project.

Take a look at example directory for a detailed example.

Credit

Most of the codes an ideas are borrowed from fbonetti/elm-phoenix-socket

Goals

About

This not the repository you are looking for.

License:MIT License


Languages

Language:Elm 100.0%