/core-async-vs-rxjs

Comparing an example using Core Async in ClojureScript with RxJS in Javascript

Primary LanguageClojure

Introduction

A simple application that compares core async in ClojureScript with RxJS in Javascript for a particular use case. A lot of inspiration (and code) is taken from the core async webinar. Thanks to André Staltz for helping out with the RxJS implementation.

Usage

Install Leiningen. Then run the following from the project directory.

lein cljsbuild auto csp

This will start the auto build process. Open index.html in your favorite browser to try out the examples. You can edit src/csp/core.cljs and resources/rx-example.js in your preferred text editor and refresh the browser to view your changes.