Hello, So I need to make an automation (bot) that basically stays on a page until an "item" is available and then take it. This I have already made a bot for but its just using selenium. But I have seen and talked to people that made a bot on C# or JS using the websocket of the site, which allows them to make real time request and get the "items" faster than other people. I have searched for a while trying to understand how to start to program this but everything I find is how to use websocket for your website, your app, your server. Nothing about how to make a really simple request to a website when something is available. If you could tell me where I could start searching or what library, app or website I should check I would be very glad. Thank you guys