Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 490 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 490 Bytes

Elm WebSockets with Binary support

Use elm-binary in elm-lang/websocket to support binary data over WebSocket.

WARNING: Very experimental!

Native modules

As this package uses Elm Native modules you will need to install with something like elm-github-install.

Examples

A simple echo server and client is given in the examples/ folder.