This website requires JavaScript.
Explore
Help
Sign In
UCOMmandIt
/
uci-websocket
Watch
1
Star
0
Fork
You've already forked uci-websocket
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4f0ebc3870
uci-websocket
/
src
/
index.js
5 lines
84 B
JavaScript
Raw
Normal View
History
Unescape
Escape
working websocket (server) with json packet processing. Goes with uci-websocket-client repo
2018-04-05 15:05:59 -07:00
import
Socket
from
'./socket'
Added JSDOC documentation Little Cleanup Updated Dependencies
2019-01-01 19:11:16 -08:00
export
{
Socket
as
WebSocket
}
working websocket (server) with json packet processing. Goes with uci-websocket-client repo
2018-04-05 15:05:59 -07:00
export
default
Socket