Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

slashmili/phoenix-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages