sockets-elm

Version, currently master branch1 version
  • master branchlatestDec 29, 2016

github.com/braidn/crystal-elm-websockets

Playful, tut lead exploration of web sockets with Crystal consumed by Elm

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  sockets-elm:
    github: braidn/crystal-elm-websockets
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
unnamed author

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal, branch: master

README

sockets-elm

Playing with the capabilities of Elm/Crystal. Currently rather jazzed about these two languages and decided to kickstart and play with something small.

The [tutorial mentioned]1 mentioned assums the most basic knowledge of both technologies.

All development was done with Docker containers. Namely:

  1. Generating a [create-elm-app]2 using the [a wonderfully documented elm image]3
  2. Generating a crystal app and using shards with [the official crystal image]4