2.0.43 • Published 29 days ago

sbx-client-ws v2.0.43

Weekly downloads
-
License
-
Repository
-
Last release
29 days 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

29 days ago

2.0.43

29 days ago

2.0.39

1 year ago

2.0.40

1 year ago

2.0.41

1 year ago

2.0.37

2 years ago

2.0.38

2 years ago

2.0.36

2 years ago

2.0.28

2 years ago

2.0.26

2 years ago

2.0.27

2 years ago

2.0.35

2 years ago

2.0.25

2 years ago

2.0.34

2 years ago

2.0.31

2 years ago

2.0.30

2 years ago

2.0.23

2 years ago

2.0.22

2 years ago

2.0.20

2 years ago

2.0.17

2 years ago

2.0.16

2 years ago

2.0.15

2 years ago

2.0.13

2 years ago