README
DutyClient
this is the client library to generate new jobs for nodejs clients
var client = new dutyclient('drvpn')
client.add('test',{
a: 1,
n: 2
}).then(jobfile=>{}).catch(err=>{})
this is the client library to generate new jobs for nodejs clients
<script type="module">
import vpn1Dutyclient from 'https://cdn.skypack.dev/@vpn1/dutyclient';
</script>
this is the client library to generate new jobs for nodejs clients
var client = new dutyclient('drvpn')
client.add('test',{
a: 1,
n: 2
}).then(jobfile=>{}).catch(err=>{})