<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Manassés Binga</title>
    <description>The latest articles on DEV Community by Manassés Binga (@manasss_binga_0e6d184784).</description>
    <link>https://dev.to/manasss_binga_0e6d184784</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3954669%2F76e26be3-a16d-448f-abf7-2cb316d3a1f1.jpeg</url>
      <title>DEV Community: Manassés Binga</title>
      <link>https://dev.to/manasss_binga_0e6d184784</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manasss_binga_0e6d184784"/>
    <language>en</language>
    <item>
      <title>Sonic – A platform for running logic over any network data (eBPF + WASM)</title>
      <dc:creator>Manassés Binga</dc:creator>
      <pubDate>Wed, 27 May 2026 16:56:56 +0000</pubDate>
      <link>https://dev.to/manasss_binga_0e6d184784/sonic-a-platform-for-running-logic-over-any-network-data-ebpf-wasm-3a73</link>
      <guid>https://dev.to/manasss_binga_0e6d184784/sonic-a-platform-for-running-logic-over-any-network-data-ebpf-wasm-3a73</guid>
      <description>&lt;p&gt;Hey HN,&lt;/p&gt;

&lt;p&gt;I built Sonic — an open-source platform to run programmable logic over any network data. Transparent L7 proxy, eBPF-accelerated, multi-language, multi-protocol.&lt;/p&gt;

&lt;p&gt;The core idea: instead of sending traffic to a cloud provider to execute edge logic, you run it yourself — on your VPS, Raspberry Pi, Docker, or bare metal. No vendor. No cold starts. No per-request billing.&lt;/p&gt;

&lt;p&gt;What it supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Languages: JavaScript and WebAssembly (Rust, Go, C)&lt;/li&gt;
&lt;li&gt;Protocols: HTTP, TCP, UDP, DNS, WebSocket, gRPC, QUIC&lt;/li&gt;
&lt;li&gt;eBPF Sockmap acceleration — kernel-level performance&lt;/li&gt;
&lt;li&gt;Dynamic TLS MITM — intercept and modify HTTPS transparently&lt;/li&gt;
&lt;li&gt;Cloudflare Workers-compatible API — existing CF Workers code runs unmodified&lt;/li&gt;
&lt;li&gt;Embeddable as a Go library&lt;/li&gt;
&lt;li&gt;Deploy anywhere: Linux, Docker, Raspberry Pi, macOS (dev)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example worker:&lt;/p&gt;

&lt;p&gt;function onTraffic(request) {&lt;br&gt;
    request.headers.set("X-Edge", "sonic");&lt;br&gt;
    return request;&lt;br&gt;
  }&lt;/p&gt;

&lt;p&gt;Architecture:&lt;br&gt;
  Client -&amp;gt; Transparent Proxy&lt;br&gt;
    |- eBPF Sockmap (kernel bypass)&lt;br&gt;
    |- TLS MITM termination&lt;br&gt;
    |- JS/WASM onTraffic worker&lt;br&gt;
    |- Re-encrypt to real server&lt;br&gt;
    `- JS/WASM onResponse worker&lt;/p&gt;

&lt;p&gt;What makes it different:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Not just HTTP — TCP, UDP, DNS, gRPC, QUIC are all first-class&lt;/li&gt;
&lt;li&gt;Not just JS — WASM workers let you write logic in Rust or Go&lt;/li&gt;
&lt;li&gt;No external state dependencies — KV store is embedded (bbolt)&lt;/li&gt;
&lt;li&gt;You own everything: the certs, the data, the runtime&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's early (6 commits, honest). But the foundation — eBPF layer, TLS MITM, JS engine pool, CLI, Docker — is working.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/manassesbinga/sonic" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to go deep on the eBPF internals, WASM runtime integration, or the multi-protocol approach.&lt;/p&gt;

</description>
      <category>networking</category>
      <category>opensource</category>
      <category>performance</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
