Using Fibers 2

Alex (@alex)

29086

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

Demo app to use EJS to display information from a database

41735

0

0

Show how a combo box can change an element in a grid

41663

0

1

Vue.js Product Listing Application

41420

0

1

41283

0

0

A chess app where people can play against each other online.

41083

2

5

40690

0

2

Vue.js Hello World Example

40659

0

2

This app consumes a web service and display the information in a grid

40647

0

1

RPG Application that allows you to work with Insurance Claims converted to Node.js to run in the cloud, using any database

40500

0

2

This small app allows to track your weight and graph it over a period of time. It tracks the data by your NodeRun user id.

39981

0

5

This workspace deploys a custom server

39901

0

0

This is a NodeRun demo space for a Payments applications

39897

0

0