real-time-updates Questions

1

Solved

I am trying to obtain and plot real-time data from Binance (ETHUSDT) using a WebSocket. Getting the data is no problem, but I cannot get a realtime plot to work when using matplotlib. In the code, ...
Laundryman asked 10/1, 2021 at 17:22

1

Solved

We are working on a use-case where in we need to get real time updates from Workday systems for the events occurring in Workday Systems. I tried to understand the given documentation but I was not...
Rogue asked 30/5, 2019 at 6:32

4

Solved

I'd like to frequently update my data table (Covalent td-data-table with several ng-template) with new data pulled from a JSON REST API. More rows than will fit on browser so user may need to scrol...

3

Solved

I want to use SignalR in my project for real time updates. My project is developed in WebForms. I searched for for 3,4 days but all I found were MVC examples. Can anyone suggest a solution?

1

Solved

In order to notify all users through WebSockets, when something is modified in selected JPA entities, I use the following basic approach. @ServerEndpoint("/Push") public class Push { private sta...
Merras asked 6/9, 2015 at 18:7

1

Solved

When Facebook sends real-time updates, they include a X-Hub-Signature in the HTTP header. According to their documentation, they're using SHA1 and the application secret as the key. Based on a sim...
Condyloma asked 20/6, 2013 at 18:36

2

I have this code for output : $tot_clicks6 = $db->FetchArray($db->Query("SELECT SUM(visits) AS sum_visits FROM surf")); and <?=$tot_clicks6['sum_visits']?> is display total of nu...
Astto asked 13/5, 2013 at 14:37

1

Solved

Looking through the Firebase FAQ I can't see how cross domain issues are handled. Obviously, we don't want to serve on the Firebase domain, is it CORS, hidden iFrame, other? Would we need to create...
Frederique asked 22/5, 2012 at 21:44

0

I was trying to implement the FB Real-Time Updates. I guess I have managed to subscribe, but don't get any updates... Here is my code: For getting App access token function authAsApp() { $...
Filler asked 16/2, 2012 at 15:53
1

© 2022 - 2024 — McMap. All rights reserved.