README
doshit in Node.js
Node.js only supports submitting jobs (for now).
Follow the setup instructions for doshit python to configure a redis server and a python worker then run:
node examples/call.js`
Dispatch and receive tasks through redis
<script type="module">
import doshit from 'https://cdn.skypack.dev/doshit';
</script>
Node.js only supports submitting jobs (for now).
Follow the setup instructions for doshit python to configure a redis server and a python worker then run:
node examples/call.js`