I’m trying to make DApp on ICP and i have some question about sending or requesting data from outside into ICP?
From what i found inside this topic, requesting data is impossible for now!
Also did found from this topic, its possible to send data into backend canister!
The question is:
Am i right?
Can i get some working example ?
If i have to make node for sending data into backend canister, what’s the best way to do that? is that possible to run node inside ICP ?
Any canister with public function is working example. I guess you haven’t realized it, calling public function of canister is sending data to it.
What do you mean by “node”? Do you mean generic computer running generic software? Instead of “subnet node” in Internet Computer’s term, which runs dedicated software that complies to ICP? If so then would be a “no”. You don’t run this kind of “node” inside IC system/datacenter.
But you can run it elsewhere e.g. AWS, and you can always communicate with the IC through gateway.