UNPKG
te_nsqjs
Version:
latest (0.7.16)
0.7.16
0.7.15
0.7.14
0.7.13
NodeJS client for NSQ
github.com/thoughtexchange/nsqjs
dudleycarr/nsqjs
te_nsqjs
/
src
/
nsq.coffee
8 lines
(6 loc)
•
222 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
{
NSQDConnection
,
WriterNSQDConnection
} =
require
'./nsqdconnection'
module
.exports =
Reader
:
require
'./reader'
Writer
:
require
'./writer'
NSQDConnection
:
NSQDConnection
WriterNSQDConnection
:
WriterNSQDConnection