Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bergos/boomerang-app
https://github.com/bergos/boomerang-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bergos/boomerang-app
- Owner: bergos
- Created: 2015-01-30T23:40:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T19:49:58.000Z (almost 10 years ago)
- Last Synced: 2024-11-14T13:42:47.215Z (2 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BoomerangJS App Utils
Utils to simplify distributed application development.
## PI Example
The example folder contains a simple application to calculate PI using Machin's formula.
The stages from a synchronous command line version to the distributed BommerangJS version are documented:
* synchronous version `pi_sync.js`
* asynchronous/Promise version `pi_async.js`
* distributed version `pi.js` and `arctan.js`