Safe Umbrella

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 January 5, 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 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

Filters:

Popular Recent

This is a full database maintenance CRUD application with view, change, add, and delete capabilities

3287

0

0

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

2887

0

0

A Hello World app with both dynamic output and input fields. Also illustrates the basics of animation.

2868

0

0

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

2693

0

0

Bill Purkins testing noderun crud, rad, mysql dictionary enhancements to allow end users to create business rules and additional edits as add on to traditional mySql contraints...

2669

0

0

A Hello World app with both dynamic output and input fields. Also illustrates the basics of animation.

2678

0

0

A Hello World app with both dynamic output and input fields. Also illustrates the basics of animation.

2598

0

0

This interactive app prompts the user for key fields to lookup a database record and displays the results

2686

0

0

A Hello World app with both dynamic output and input fields. Also illustrates the basics of animation.

2665

0

0

This is a full database maintenance CRUD application with view, change, add, and delete capabilities

2622

0

0

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

2659

0

0

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

2666

0

0