CA
exotic-emerald
HELP! I need to crawl website with sidebar live comments
At first I thought that the site uses something like an api, but upon closer inspection it uses websocket (socket.io). How should I approach this problem?
1 Reply
Hi @Aleksei , there are several node.js packages that you may use to set connection to ws endpoint. Check the format of messages in browser DevTool "Network" and replicate them as close as possible.