Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 586 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 586 Bytes

Typesafe WebSockets

This repository contains the source code for a (currently small) project to play with WebSockets using Haskell and Elm.

Articles

In this articles we create the basic setup for our WebSocket Haskell server and Elm client. The final result is an echo server which broadcasts all messages from the clients to all other clients and the clients keep track of the amount of "poke" messages they receive.

git checkout article-1