2.0.43 • Published 1 year ago
sbx-client-ws v2.0.43
sbx-client-ws
npm i --save sbx-client-ws
import Socket from 'sbx-clint-ws';
let Feeder = new Socket({
host: {HOST},
reconnectTimeout: 4000,
pingInterval: 20000,
pingTimeout: 10000,
});
Feeder.on((result) => {
// Update ticks
if(result.event === 'tick.update') {
console.log(result.data)
}
})
2.0.42
1 year ago
2.0.43
1 year ago
2.0.39
2 years ago
2.0.40
2 years ago
2.0.41
2 years ago
2.0.37
3 years ago
2.0.38
3 years ago
2.0.36
3 years ago
2.0.28
3 years ago
2.0.26
3 years ago
2.0.27
3 years ago
2.0.35
3 years ago
2.0.25
3 years ago
2.0.34
3 years ago
2.0.31
3 years ago
2.0.30
3 years ago
2.0.23
3 years ago
2.0.22
3 years ago
2.0.20
3 years ago
2.0.17
3 years ago
2.0.16
3 years ago
2.0.15
3 years ago
2.0.13
3 years ago