UNPKG
@starbase/realtime
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
Starbase Realtime Communications
github.com/starbasealpha/realtime
starbasealpha/realtime
@starbase/realtime
/
index.js
5 lines
(3 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
const
path =
require
(
'path'
);
module
.
exports
=
require
(__dirname + path.
sep
+
'server.js'
);