Towards reasonably making concurrent requests in Go

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • murder

    Large scale server deploys using BitTorrent and the BitTornado library (by ervinb)

  • puppeteer

    Node.js API for Chrome

  • To truly disguise as a browser is to, well, actually use a browser, but with automation scripts. Such a task is best approached by Javascript with libraries like Playwright or Puppeteer, and Javascript has its own mature system of handling asynchronous operations. Go is most useful when dealing with low-level interactions between services or systems in my opinion.

  • 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
  • Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

  • To truly disguise as a browser is to, well, actually use a browser, but with automation scripts. Such a task is best approached by Javascript with libraries like Playwright or Puppeteer, and Javascript has its own mature system of handling asynchronous operations. Go is most useful when dealing with low-level interactions between services or systems in my opinion.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts