Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willcrichton/nebula
Using Web Workers to distribute calculations across clients instead of servers.
https://github.com/willcrichton/nebula
Last synced: 23 days ago
JSON representation
Using Web Workers to distribute calculations across clients instead of servers.
- Host: GitHub
- URL: https://github.com/willcrichton/nebula
- Owner: willcrichton
- Created: 2012-01-13T19:57:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-13T00:41:42.000Z (almost 12 years ago)
- Last Synced: 2024-10-22T11:41:09.899Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nebula
* * *
### Purpose ###
Nebula, or **N**etwork of **E**nvironment **B**ased **U**ser **L**oad-bearing **A**utomatons) is my personal entry for the Google Science Fair 2012, designed to ease the workload on servers by using new JavaScript WebWorkers to distribute calculations or other work to the clients. Similar to P2P file sharing, clients connecting to a server create a WebWorker which operates independently of the main site, so the server communicates with the WebWorker via WebSockets while the client can still browse the site as he wishes.### Acknowledgement ###
Thanks to my brother, [Alex](http://www.github.com/alexcrichton), for the inspiration to do this.