python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to comunicate with an flask RESTful api
I'm currently building a webapp that runs on a flask RESTful api. My question is how can I best communicate in the frontend with the backend.
For example, I have an endpoint /products which has a get ...
Sebastian Kurrle
Votes: 0
Answers: 0
React browser inter-page communication with iframes
I know with iframes and postMessage/eventlisteners we can send messages between the parent and their child components.
So let's say I have 2 react applications (a main, and a frame). If inside the mai...
Patrick Visi
Votes: 0
Answers: 0
What are the current ways to connect Selenium to an already running browser?
I know that it doesn't officially work. And most of the crutches found either do not work or are outdated. There are also workers, but there is a need to restart the browser, and it is desirable to av...
SL_
Votes: 0
Answers: 1
How to send data using internet on C language windows
I am pretty new to socket programming and the C language. I want to teleoperate a robot over the internet for that I have to send some values to a robot computer. Here is my code...
x = st...
suleman Ali kazmi
Votes: 0
Answers: 1