UNPKG
abraxas
Version:
foo:bar (2.0.2)
latest (2.1.10)
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.2.1
1.2.0
1.1.0
1.0.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
A streaming gearman client / worker / server (as you choose)
github.com/iarna/abraxas
iarna/abraxas
abraxas
/
index.js
5 lines
(4 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
exports
.
Server
=
require
(
'./server'
);
exports
.
Client
=
require
(
'./client'
);
exports
.
Error
=
require
(
'./errors'
);