API using Deno and ElyasiaJS

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • deno_install

    Deno Binary Installer

  • import { App, Router } from "https://deno.land/x/[email protected]/mod.ts"; const app = new App(); const router = new Router(); // Define your API routes router.get("/hello", (ctx) => { ctx.response.body = "Hello, World!"; }); app.use(router.routes()); app.use(router.allowedMethods()); // Start the server app.listen({ port: 8000 }); console.log("Server is running on http://localhost:8000");

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

  • PowerShell: The object-oriented shell you didn't know you needed

    2 projects | news.ycombinator.com | 29 Apr 2024
  • Scripts to build a trimmed-down Windows 11 image

    9 projects | news.ycombinator.com | 25 Apr 2024
  • Cloud Console Cartographer – framework for condensing groupings of cloud events

    1 project | news.ycombinator.com | 23 Apr 2024
  • Scoop. A command line installer for windows

    1 project | news.ycombinator.com | 22 Apr 2024
  • Windows 10 will start nagging you to switch from local account to MS Account

    1 project | news.ycombinator.com | 18 Apr 2024