UNPKG
@nodearch/socket.io-redis
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.2.3
0.2.2
0.2.1
0.2.0
nodearch socket.io redis adapter
github.com/nodearch/nodearch
nodearch/nodearch
@nodearch/socket.io-redis
/
dist
/
main.js
15 lines
•
392 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{
App
}
from
'@nodearch/core'
;
export
class
SocketIORedisApp
extends
App
{
constructor
(
options
) {
super
({
components
: {
url
:
new
URL
(
'components'
,
import
.
meta
.
url
) },
config
: options,
logs
: {
prefix
:
'SocketIO - Redis Adapter'
} }); } }
//# sourceMappingURL=main.js.map