P2P Connections
Made Stupidly Simple

Revolutionary P2P networking powered by proprietary technology. Connect your users directly - no servers, no monthly bills, no limits on your creativity.

$0 No Strings Attached
0 No Limits
24/7 Availability
Scroll to explore

Enterprise-Grade Infrastructure
Zero Cost

Instant Connection

Users connect in milliseconds. Our proprietary signaling technology ensures the fastest possible peer discovery.

Always Available

Built for reliability. Your users can connect anytime, anywhere, on any platform - desktop, mobile, or web.

Lightweight

Tiny footprint with zero bloated dependencies. Just the essentials to get your users connected fast.

Real-Time Analytics

Monitor active connections, player counts, and network health through your private dashboard.

Enterprise Security

Bank-grade encryption and secure authentication for complete control over your network.

Global Reach

Connect users worldwide with optimized routing. NAT traversal handled automatically for maximum compatibility.

Three Steps to
Real-Time Connections

01

Sign Up & Get Your Key

Create your account in seconds. No credit card required - just instant access to your API key.

// Initialize with your free API key
const eelnet = new EelNet({
  apiKey: 'eel_your_api_key'
});
02

Connect Peers

Join rooms and discover peers. We handle all the complex networking behind the scenes.

// Connect to a room
const { peerId, peers } = await eelnet.connect('my-room');

// Listen for other peers
eelnet.on('peerJoined', (peerId) => {
  console.log(`Peer joined: ${peerId}`);
});
03

Send Data

Peers communicate directly. No servers, no per-message costs, no limits.

// Send to all peers instantly
eelnet.broadcast({
  type: 'position',
  x: 100,
  y: 200
});

// Receive from other peers
eelnet.on('message', (peerId, data) => {
  handleMessage(peerId, data);
});

Simple API,
Powerful Results

Our lightweight client library works with any framework - React, Node, Unity, Godot, mobile, and more. Most developers are up and running in ten minutes.

// 1. Initialize with your free API key
const eelnet = new EelNet({
  apiKey: 'eel_your_api_key'
});

// 2. Connect to a room
const { peerId, peers } = await eelnet.connect('my-room');

// That's it! You're connected.

Built by Developers
For Developers

We've shipped real-time apps. We know the pain of expensive infrastructure, complex networking code, and unreliable connections. EelNet is the solution we wished existed.

Always On
No Credit Card
Full Privacy

Love EelNet?
Support the Project

We're a pile of socialists without much interest in capitalism, starting a company, or pleasing investors. We made something cool for our own purposes, and we're sharing it with the rest of the world. Have fun.

Ready to Get
Connected?

Start Building Now