summaryrefslogtreecommitdiffstats
path: root/hyper/README.md
blob: 07fa1de5c73a9d27e83d3b3b97bb2e29446feeff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Overview

## start conductor on port 8888 and sink on 1337

    //hyper/process/main
    //bin/node //hyper/sink

## create bc process and retrieve it's process id (AKA {path})

    url=http://localhost:8888
    curl -fvsS --data-binary @//hyper/process/test/bc.json $url/proc

## send data for calculation

    echo 9000+2^42 | curl -fvsS --data-binary @- $url/{path}