@iosio/websocket-client
Version:
Simple wrapper for native client-side WebSocket. Similar to socket.io. Easy to use with any backend
19 lines (18 loc) • 396 B
JSON
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@iosio/utils": "^1.0.43",
"mitt": "^1.1.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}