Revolutionary P2P networking powered by proprietary technology. Connect your users directly - no servers, no monthly bills, no limits on your creativity.
Users connect in milliseconds. Our proprietary signaling technology ensures the fastest possible peer discovery.
Built for reliability. Your users can connect anytime, anywhere, on any platform - desktop, mobile, or web.
Tiny footprint with zero bloated dependencies. Just the essentials to get your users connected fast.
Monitor active connections, player counts, and network health through your private dashboard.
Bank-grade encryption and secure authentication for complete control over your network.
Connect users worldwide with optimized routing. NAT traversal handled automatically for maximum compatibility.
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'
});
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}`);
});
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);
});
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.
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.
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.