2.0.43 • Published 2 years ago

sbx-client-ws v2.0.43

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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

2 years ago

2.0.43

2 years ago

2.0.39

3 years ago

2.0.40

3 years ago

2.0.41

3 years ago

2.0.37

3 years ago

2.0.38

3 years ago

2.0.36

3 years ago

2.0.28

4 years ago

2.0.26

4 years ago

2.0.27

4 years ago

2.0.35

4 years ago

2.0.25

4 years ago

2.0.34

4 years ago

2.0.31

4 years ago

2.0.30

4 years ago

2.0.23

4 years ago

2.0.22

4 years ago

2.0.20

4 years ago

2.0.17

4 years ago

2.0.16

4 years ago

2.0.15

4 years ago

2.0.13

4 years ago