Fast edge API for developers
Run your requests at the edge. DataEdge routes traffic through regional nodes over gRPC and HTTP/2, so responses stay milliseconds away from your users.
Global edge nodes
Regional endpoints in the EU and beyond. Connect to the nearest node automatically for the lowest round-trip time.
gRPC & HTTP/2
Streaming-first transport with multiplexing. One connection, many concurrent calls — efficient by design.
Predictable latency
Health-checked routing keeps p99 stable. We measure every node continuously and steer around slow paths.
Quick start
Point your client at the nearest regional endpoint and start streaming.
import { connect } from "@dataedge/client";
const edge = connect({ host: "ee1.sixteenline.pro", protocol: "grpc" });
const res = await edge.fetch("v1/lookup", { key: "demo" });
console.log(res.latencyMs);
Edge regions
Pick an endpoint or let the client auto-select the fastest.
ee1 — Tallinn, EE
nl1 — Amsterdam, NL
se1 — Stockholm, SE (soon)