Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What if JavaScript could fly? #73

Open
boolpath opened this issue Jan 9, 2014 · 0 comments
Open

What if JavaScript could fly? #73

boolpath opened this issue Jan 9, 2014 · 0 comments

Comments

@boolpath
Copy link

boolpath commented Jan 9, 2014

JavaScript is everywhere now. Browsers, servers, desktops, mobile devices, robots. That is great! And it will be taken to even more places for sure. However, once JavaScript code is running on a given environment, it is constrained to continue running on that environment with the same available data and processing resources.

Although this constraint is not a problem for conventional applications whose location and allocation of resources are predefined and controlled authoritatively, it does create some barriers when considering different programming paradigms that would give applications the autonomy to decide where to run and look for less described, unexposed, unindexed data.

Then, what if in addition to running JavaScript code in many different environments, we could give it the ability to autonomously move from one environment to another while running? This talk will show how to use a module called JSFly to write code capable of migrating autonomously between Node.js servers, and discuss some possible applications like locally querying unexposed, distributed databases, and exploring the Web with non-HTTP crawlers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant