Using Fibers 2

Alex (@alex)

28918

0

0

About This Space

This is a simple demo of Fibers! Fibers simplifies code by avoiding messy code known as "callback hell", "promises hell", or "async/await hell". Once Fibers is setup, you never have to think about callbacks or promises (they are handled automatically for you).


Last updated on April 19, 2019

Public Permissions:   View   Open/Fork   Run   Comment  

Using Fibers Template

This template is a demonstration of using Fibers, which allows you to call asynchronous functions without callbacks. This can significantly simplify development and code maintenance. In this example, the README.md file is read from the file system using only 1 line of code thanks to Fibers. The benefits of this approach multiply considerably as your application grows and more code is written.

How to use Fibers

With NodeRun, using Fibers is easy. NodeRun includes Profound.js API that automatically create Fiber-enabled functions out of any asynchronous Node.js function, API, or set of API. You can call the new functions with the same ease as calling synchronous API; however, the processing is still asynchronous and the Node.js event loop is never blocked. NodeRun also provides many of its own API that are already Fiber-enabled, making it easy to work with databases, Web Services, and Web/Mobile interfaces.

API

pjs.fiber.wrap() - Wrap an asynchronous function so that it can be called in a top-down manner without a callback

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By Alex (@alex)

Filters:

Popular Recent

This workspace illustrates the basic setup of an HTML page that includes external JavaScript and CSS files

38228

0

0

Example of Indeterminate Checkbox

11300

0

0

39319

0

0

Low code employee maintenance

24663

0

0

22091

0

0

This app allows a team to decide where to go for lunch (or dinner) by using acceptance voting.

21511

0

0

This is the completed example for the Stateful To-Do List Application walkthrough (https://noderun.com/docs/walkthroughs/stateful_todo_list_app) and the starting point for the Drag and Drop walkthrough (coming soon). Please feel free to fork this workspace to use as a starting place for you own projects or for the walkthroughs.

23033

0

0

Leet Translator

44925

0

2

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

39511

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

38167

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

37788

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

36882

0

0