reTHINK-project / core-framework

The main goal of WP3 is to provide the reTHINK core framework comprised by the runtime environment where Hyperties are executed and the messaging nodes used to support messages exchange between Hyperties.
Apache License 2.0
1 stars 0 forks source link

Cross Domain problem with hyperties #90

Closed miguelmesquita closed 8 years ago

miguelmesquita commented 9 years ago

If we assume that each group of javascript files received by v8, will in fact be isolated by other groups of JS files in terms of its origin protocol, dns name or IP, and port (cross domain), in such a way that communication is impossible, there is a usefull nodejs mechanism that avoids this fact? Until now I have not seen any evidence of such mechanism...