Using Fibers 2

Alex (@alex)

29092

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

Stateless Customer Inquiry App

26208

0

0

The app is used to for hosting events. It allows users to select their schedule, rate sessions, and leave feedback for speakers

38519

0

5

This space shows you how to run multiple queries simultaneously by using Promise.all().

44342

0

1

Basic setup for a Hello World React.js App

43998

0

2

A demo of how to build and consume Web Services with and without parameters

27006

0

0

29477

0

0

Database-driven survey app

38505

0

2

Vue.js using Rich Display Components built in the Visual Designer

25382

0

0

A demo of how to build and consume Web Services with and without parameters

27395

0

0

Eat other NodeRun players to win prizers

35695

4

3

Stateless demo app, where the mobile client or the browser would control the flow of the application

26703

0

0

A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file

28040

0

0