ant-hill

An easy way to send JSON over TCP using sockets.

Usage no npm install needed!

<script type="module">
  import antHill from 'https://cdn.skypack.dev/ant-hill';
</script>

README

Ant-hill

tl;dr

An easy way to handle workers, dispatch tasks.

History

// todo: explain why this module has been done

Prerequisites

Usage

// todo: explain workflow / userflow

Queen side

// todo: explain how to setup Queen (server) side

Worker side

// todo: explain how to setup Worker (client) side

Example

// todo: explain / notify samples tasks

// first terminal
gt; npm install
gt; npm run start-server
// in a second terminal
gt; npm run start-client