JavaScript Generators

Open-source JavaScript projects categorized as Generators

Top 5 JavaScript Generator Projects

  • co

    The ultimate generator based flow-control goodness for nodejs (supports thunks, promises, etc)

  • Project mention: Main-Thread-Scheduling | news.ycombinator.com | 2024-01-04
  • taskr

    A fast, concurrency-focused task automation tool.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • suspend

    Callback-free control flow for Node using ES6 generators.

  • bluebird-co

    A set of high performance yield handlers for Bluebird coroutines

  • delimgen

    Delimited Generators - Minimal Delimited Control for JS

  • Project mention: A more natural API for JavaScript generators | news.ycombinator.com | 2024-05-03

    I think it's unclear because the examples are simple enough that you could easily reproduce them with generators.

    I think the ball example (https://github.com/manuel/delimgen/blob/main/demo/balls.html) is maybe the most helpful to look at. It provides an abstraction over the wrapped generator which allows you to inject events into the generator. You could do this with generators alone, but this syntax lets you write it more like synchronous code (and has the added benefit of not being "coloured" by async/await). The `run` method essentially allows you to pass of handling of a continuous process so you don't need to worry about the orchestration of concurrent tasks. In this case, ball is able to move itself around the document as soon as it's yielded, and the implementation details of that behaviour are totally hidden from where the event is injected.

    I'm still trying to wrap my head around how I'd use delimited continuation in more practical ways, so I might be misunderstanding quite badly. It seems to me that generators themselves are a form of continuation, and we often create delimited continuations when we implement programs with generators. In this case, the library essentially ties the loose ends by reifying the continuation as a function. In this case, the function is what provides the synchronous-like syntax as well.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Generators related posts

  • Main-Thread-Scheduling

    4 projects | news.ycombinator.com | 4 Jan 2024
  • What's another way to write "for await" that is es6 compatible?

    1 project | /r/learnjavascript | 25 Jun 2022
  • Promises: async/await vs .then(), how we got here and why I use both

    2 projects | dev.to | 19 Mar 2022
  • What happened to faker.js?

    3 projects | /r/opensource | 4 Jan 2022
  • 🚀10 Trending projects on GitHub for web developers - 2nd April 2021

    2 projects | dev.to | 2 Apr 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Generator projects in JavaScript? This list will help you:

Project Stars
1 co 11,866
2 taskr 2,527
3 suspend 547
4 bluebird-co 76
5 delimgen 9

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com