flowmaps icon indicating copy to clipboard operation
flowmaps copied to clipboard

Construct & orchestrate stand-alone Clojure core.async pipelines with ease or use it to encapsulate & manage complex 'flows' within your application

Results 4 flowmaps issues
Sort by recently updated
recently updated
newest added

repro: - run the web server with all defaults, like from the README - run some flow, check the channel pill for curl command - see `curl -X POST -s...

I'm probably just missing something, but it seems that all heads (sources) of a flow have to be static data? Assume I have 2 heads in a flow: url and...

I install the dependencies and run it like so in the repl: ```clojure (require '[flowmaps.web :as fweb]) (fweb/start!) ``` It prints `[:*web "starting flowmaps web ui debugger @ http://localhost:8080" "🐇"]`...

The UI looks gorgeous! It would be really interesting to learn how it's built, but couldn't find the source code of it in this repository. Are there plans to share...