npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@puspendra/easy-call-engine

v1.1.0

Published

Free P2P Audio Calling Library - Lifetime Free

Readme

📞 EasyCall Engine

100% Free, Open-Source, P2P Voice Calling Library

MIT License npm version Downloads PRs Welcome


📌 Table of Contents


🚀 What is EasyCall?

EasyCall Engine is a high-performance, open-source WebRTC-based calling library that lets you build peer-to-peer audio/video calling applications without paying expensive third-party APIs like Twilio, Agora, or Vonage.


💎 Why EasyCall?

| Feature | EasyCall | Twilio | Agora | Vonage | |---------|----------|--------|-------|--------| | Cost | 💰 FREE | 💰 $0.013/min | 💰 $0.99/1000min | 💰 $0.0065/min | | Lifetime Free | ✅ Yes | ❌ No | ❌ No | ❌ No | | Self-Host | ✅ Yes | ❌ No | ❌ No | ❌ No | | P2P Connection | ✅ Yes | ❌ No | ❌ No | ❌ No | | Open Source | ✅ MIT | ❌ No | ❌ No | ❌ No | | No Vendor Lock-in | ✅ Yes | ❌ No | ❌ No | ❌ No | | Privacy | ✅ End-to-End | ⚠️ Vendor sees | ⚠️ Vendor sees | ⚠️ Vendor sees |


✨ Features

  • 100% Free - No hidden costs, no usage limits, lifetime free
  • Standalone - Built with pure WebRTC, self-host your signaling server
  • Privacy-Focused - Peer-to-peer data transmission, calls handled directly between users
  • Developer-Friendly - Clean API, integrates in just 30 lines of code
  • No Dependencies - Pure WebRTC, no third-party packages needed
  • Cross-Platform - Works on Chrome, Firefox, Edge, Safari, Mobile, Desktop
  • Low Latency - Optimized signaling flow for faster connection
  • Custom STUN/TURN - Full control over network traversal settings
  • Auto-Reconnect - Handles network drops gracefully
  • End-to-End Encrypted - Built-in WebRTC encryption
  • Unlimited Calls - No limits on number of calls
  • Unlimited Users - Scale to millions of users

💖 Support EasyCall EasyCall Engine is a passion project built to provide developers with a "Lifetime Free" and open-source communication solution. If this project helps you in your development journey, please consider supporting me:

Star this Repository: If you find this project useful, give it a star on GitHub to help others find it! ⭐

Sponsor Me: Click here to sponsor me on GitHub and help me keep this project free and updated.

Share: Spread the word among your fellow developers so we can help more people move away from expensive, paid APIs.


📦 Installation

Via NPM

npm install easy-call-engine