Porting Curveball to Bun

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

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.io
featured
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.
www.influxdata.com
featured
  • WebKit

    Home of the WebKit project, the browser engine used by Safari, Mail, App Store and many other applications on macOS, iOS and Linux.

  • Bun is the hot new server-side Javascript runtime, in the same category as Node and Deno. Bun uses the JavascriptCore engine from Webkit, unlike Node and Deno which use V8. A big selling point is that it's coming out faster in a many benchmarks, however the things I'm personally excited about is some of it's quality of life features:

  • aws-lambda

    Run curveball applications on AWS Lambda (by curveball)

  • Bun will recognize that an object with a fetch function was default-exported, and start a server on port 3000. As you can see here, this uses the standard Request and Response objects you use in a browser, and can use async/await.

  • 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
  • serverless-express

    Run Express and other Node.js frameworks on AWS Serverless technologies such as Lambda, API Gateway, Lambda@Edge, and more.

  • To get Express to run on AWS Lambda the Node http stack needs to be emulated, or a full-blown HTTP/TCP server needs to be started and proxied to. Each of these workarounds require a ton of code from libraries like serverless-express.

  • router

    Router middleware for curveball (by curveball)

  • router

  • controller

    A simple controller design pattern for curveballjs

  • controller

  • cors

    CORS plugin middleware for Curveball (by curveball)

  • cors

  • accesslog

    Log HTTP requests to STDOUT

  • accesslog

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

    A middleware to parse JSON and Text bodies.

  • bodyparser

  • validator

  • validator

  • v8.dev

    The source code of v8.dev, the official website of the V8 project.

  • Bun is the hot new server-side Javascript runtime, in the same category as Node and Deno. Bun uses the JavascriptCore engine from Webkit, unlike Node and Deno which use V8. A big selling point is that it's coming out faster in a many benchmarks, however the things I'm personally excited about is some of it's quality of life features:

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • Bun is the hot new server-side Javascript runtime, in the same category as Node and Deno. Bun uses the JavascriptCore engine from Webkit, unlike Node and Deno which use V8. A big selling point is that it's coming out faster in a many benchmarks, however the things I'm personally excited about is some of it's quality of life features:

  • deno

    A modern runtime for JavaScript and TypeScript.

  • Bun is the hot new server-side Javascript runtime, in the same category as Node and Deno. Bun uses the JavascriptCore engine from Webkit, unlike Node and Deno which use V8. A big selling point is that it's coming out faster in a many benchmarks, however the things I'm personally excited about is some of it's quality of life features:

  • bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  • Bun is the hot new server-side Javascript runtime, in the same category as Node and Deno. Bun uses the JavascriptCore engine from Webkit, unlike Node and Deno which use V8. A big selling point is that it's coming out faster in a many benchmarks, however the things I'm personally excited about is some of it's quality of life features:

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

  • Full Stack Web Development Concept map

    11 projects | dev.to | 23 Mar 2024
  • Utilizando Testcontainers para Testes de Integração com NestJS e Prisma ORM

    4 projects | dev.to | 16 Mar 2024
  • Web scraper in Nuxt 3 - part I - Introduction and setting up

    9 projects | dev.to | 12 Nov 2023
  • TypeORM - remove children with orphanedRowAction

    3 projects | dev.to | 6 Nov 2023
  • Jest not recommended to be used in Node.js due to instanceOf operator issues

    9 projects | news.ycombinator.com | 30 Jun 2023