synchronize
Version:
Turns asynchronous function into synchronous
25 lines (16 loc) • 908 B
Markdown
synchronize.js allows You write asynchronous code as if it's synchronous.
Documentation [http://alexeypetrushin.github.com/synchronize](http://alexeypetrushin.github.com/synchronize)
Installation `npm install synchronize`

Contributors:
- [Alexey Petrushin](https://github.com/alexeypetrushin)
- [d3m3vilurr](https://github.com/d3m3vilurr)
- [James Manning](https://github.com/jamesmanning)
- [ssafejava](https://github.com/ssafejava)
- [Brad Vogel](https://github.com/bradvogel)
- [grassick](https://github.com/grassick)
- [Andrew Tamura](https://github.com/andrewtamura)
- [Jeff Wear](https://github.com/wearhere)
Other resources:
- [Patterns and anti-patterns using synchronize.js](https://mixmax.com/blog/node-fibers-using-synchronize-js)
Copyright (c) Alexey Petrushin, http://alex-craft.com, released under the MIT license.