https://github.com/gridkit/nanocloud
NanoCloud - distributed computing toolkit
https://github.com/gridkit/nanocloud
Last synced: 26 days ago
JSON representation
NanoCloud - distributed computing toolkit
- Host: GitHub
- URL: https://github.com/gridkit/nanocloud
- Owner: gridkit
- Created: 2014-04-12T17:14:06.000Z (about 12 years ago)
- Default Branch: vicluster-0.8
- Last Pushed: 2024-01-31T07:32:46.000Z (over 2 years ago)
- Last Synced: 2025-07-06T03:50:37.464Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 2.08 MB
- Stars: 61
- Watchers: 10
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-java - NanoCloud
README
NanoCloud
====
A dead simple yet powerful library for remote execution of java code.
* no deployment
* transparent remotting
* down scale your topology to run in single JVM or up scale to dozens of servers with single line tweak
Please read [this article][blog] outlining idea or
* Checkout demo project at [https://github.com/gridkit/nanocloud-getting-started](https://github.com/gridkit/nanocloud-getting-started)
* and go thorough [tutorial][tutorial].
[blog]: http://blog.ragozin.info/2013/01/remote-code-execution-in-java-made.html
[tutorial]: https://github.com/gridkit/nanocloud/blob/vicluster-0.8/docs/NanoCloud_Tutorial.md