UNPKG
@rinq/websocket
Version:
latest (0.2.1)
0.2.1
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
Rinq in the browser.
github.com/rinq/websocket
rinq/websocket
@rinq/websocket
/
example
/
server
/
src
/
constants.js
8 lines
(7 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
CALL
=
'R'
export
const
CALL_ERROR
=
'E'
export
const
CALL_FAILURE
=
'F'
export
const
CALL_SUCCESS
=
'S'
export
const
SESSION_CREATE =
'C'
export
const
SESSION_DESTROY =
'D'
export
const
NOTIFICATION =
'N'