drapanjanas / pneumatic-tubes

WebSocket based transport of events between re-frame app and server
Eclipse Public License 1.0
58 stars 7 forks source link

average_number has no readme or docs #8

Open MageMasher opened 6 years ago

MageMasher commented 6 years ago

I pulled down the average_number demo and would like to work with it using an interactive cider nrepl session but I couldn't really figure out exactly how to get the project going. I eventually got it running by doing lein figwheel but I still didn't have the interactivity I was expecting.

A few more things:

  1. It throws a divide by zero error when disconnecting.
  2. It has a hard dependency on http-kit and core.async but doesn't pull them down. I understand that for the pneumatic-tubes library you would want the consumer to provide their own, however for the example applications it was a confusing experience ( I thought it was a clojure 1.9 upgrade issue until I realized you were calling http-kit without supplying it)