python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Kucoin websocket latency
I collect tick data from kucoin's api using python and websocket.
The endpoint id ticker:all so it mean's i receive all ticks from all symbol.
async def websocketConnect():
async def event(msg):
...
michaelForb
Votes: 0
Answers: 1
How to emmit event through python socket io? It is working on my local machine but i am having hard time figuring out to run in server
I am not being able to emmit event through python socket io in server. Can somebody help me i am able to do it in my local machine. I think it is problem with namespace but i am not being able to figu...

Avik Pradhan
Votes: 0
Answers: 0
Multiple websocket streams with asyncio in Python
Can anyone please help with asyncio?
I'm using it to connect to Binance websockets.
The example below is for one API key. I need to receive messages for several API keys.
Question: is it possible to d...
Yurii Kryvoborodov
Votes: 0
Answers: 1
Laravel - WebSockets how to trigger even from client to server via websocket connection
I am using Laravel and I have installed https://beyondco.de/docs/laravel-websockets/getting-started/introduction.
So far so good. I have created my first event:
<?php
namespace App\Events;
use Il...

Venelin
Votes: 0
Answers: 2