A
A
arseniylebedev2019-01-20 20:35:44
Google Chrome
arseniylebedev, 2019-01-20 20:35:44

Chrome websocket. What is a binary frame?

5c44b0c2ef667656853846.png
I decided to try writing a bot for the quik trading platform. WebQuik holds a websocket connection to the server, and when viewing the data that it sends in chrome, it says "Binary frame" what is it? And how can you view the contents of these messages.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Somewhere Intech, 2019-01-20
@john36allTa

ws = WebSocket, it is either TCP or UDP
Binary frame - this is binary data that is transmitted by the server <-> client
Explain their structure for a long time - RFC / Google to help (everything is simple in principle)
True, if an https connection, then you need to take into account the crypt = (

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question