nodent
Async compiler
An asynchronous JavaScript language extension that simplifies writing and understanding of asynchronous code without adding runtime dependencies or execution freedom.
Asynchronous Javascript language extensions
288 stars
11 watching
17 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
matatbread/fast-async | A Babel plugin that compiles ES7 async/await syntax without generators for better performance | 604 |
yortus/asyncawait | A library that enables asynchronous programming in Node.js with a more readable syntax than traditional callback hell methods. | 1,908 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
joelnet/mojiscript | An async-first functional programming library designed to work seamlessly with JavaScript and its ecosystem. | 149 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |
thomaslevesque/aspnetcore.asyncinitialization | A helper class to perform asynchronous application initialization in ASP.NET Core 2.x. | 87 |
aqu1nt/ng-next | Simplifies Angular 1.x development with ES6/ES7 support and zone.js integration for async support | 12 |
danielearwicker/computed-async-mobx | An extension to MobX for creating asynchronous computations with built-in promise management and delayed computation. | 165 |
oligot/rollup-plugin-nodent | Converts ES2017 async/await syntax to compatible format | 27 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
fertapric/async_with | An asynchronous version of Elixir's with function that resolves dependency graphs and executes clauses in the most performant way possible. | 157 |
asyncninja/article-moving-to-nice-asynchronous-swift-code | A tutorial project demonstrating good practices for writing asynchronous Swift code | 0 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
dependents/node-source-walk | A library that allows traversing and manipulating JavaScript ASTs | 57 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |