Google News
logo
Meteor.js - Interview Questions
Explain how Fibers make it easier to work with Meteor than MEAN?
Using Fibers we can modify an asynchronous function, to write synchronous like code.In Meteor server-side code, the first-class support means that Meteor Promises play nicely with Fibers/Futures, which makes it possible to mix the sync-style coding we’ve become used to with the more mainstream Promise-based coding.
Advertisement