UNPKG
netty-remoting
Version:
latest (0.8.0-SHAPSHOT)
0.8.0-SHAPSHOT
Netty Remoting for javascript
netty-remoting
/
demo
/
demo.js
10 lines
(5 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
let
socket =
new
NettyRemotingWebSocket(
"ws://localhost:8080/websocket"
);
function
connect
()
{ }
function
disconnect
()
{ }