···1212 in such a way that everything works. if your application relies on cursors,
1313 then it's probably best for your application to deal with multi-upstream support.
14141515+## how
1616+1517```
1818+git clone https://tangled.org/@l4.pm/jetstream-proxy
1919+cd jetstream-proxy
1620go build
2121+env PORT=6666 ./jetstream-proxy
2222+```
2323+2424+or if youre epic and awesome
2525+2626+```
2727+docker build -t jetstream-proxy .
1728```