training guess

About This Space

test fibers


Last updated on June 18, 2021

Public Permissions:   View   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 Profound.js Spaces, using Fibers is easy. Profound.js Spaces 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. Profound.js Spaces 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.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 space illustrates the simplest way to load a Rich Display grid with data, where all records are sent to the grid in bulk.

3206

0

0

This example includes a select box on each row of the grid that allows you to change the color of that grid row. It also includes a select box that will allow you to change the text decoration for fields on that row.

3002

0

0

Updated chart themes in NodeRun.

3124

0

0

start of a possible BI tool

3191

0

0

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

3150

0

0

Expanded version of the Grid template to add additional paging buttons and modify how the data is supplied to the Grid widget.

3145

0

0

This workspace shows you how to add custom widgets to your project

3147

0

0

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

3164

0

0

Simple example of a real world business application

3350

0

0