S
S
semki0962020-02-08 15:12:40
Web development
semki096, 2020-02-08 15:12:40

How to combine data from two api socket sources?

There is an api on sockets. One socket gives data for a month, the second for a second. I need to accept this data, and already distribute it to my clients. That's what I thought.
1. Or write data per second to your database and then distribute it.
2. Do not write anything to the database, but immediately send data to your customers. But how? I can't figure out the algorithm. It is necessary to somehow give data for a month and then connect the user to a per-second data transfer. How to organize it better?
I would appreciate any thoughts and advice.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2020-02-08
@semki096

well, FIFO classics are
demon channels and all that, but maybe fewer connections will be needed through your base

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question