Skip to content

dividat/websocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.