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

  • The Forged Apple Employee Badge

    1 project | news.ycombinator.com | 17 May 2024
  • We are pleased to announce the release of .NET 9 Preview 3

    1 project | news.ycombinator.com | 15 May 2024
  • WingetUI: The Graphical Interface for your package managers

    1 project | news.ycombinator.com | 13 May 2024
  • Microsoft Office demanding reactivation after update

    1 project | /r/Piracy | 7 Aug 2022
  • KB5014770 (Win11 22621.160) without Insider ring

    1 project | /r/windowsinsiders | 20 Jun 2022