I am new to reactive programming, now I am looking for help on implementing the following: I have python file which is connected to a websocket and which provide me with updates/heartbeats. Now I am looking to retreive that data in another file and use the rx Observable to respond on the data. The file that is connected to the websocket delivers the data via: print(api_data) And the issue is now with retreiving the data: q=os.system("websocket.py clicks").read()
print(api_data)
q=os.system("websocket.py clicks").read()
I am quite new to this, so I might make some beginner mistakes but I am curious where I can find more information about this.
Regards
1.4m articles
1.4m replys
5 comments
57.0k users