awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
P

pions/webrtc

0
View on GitHub↗
0 stars·0 forks·15 views

Webrtc

Features

  • Networking Libraries - Pure Go implementation of the WebRTC API.
  • Networking - Pure Go implementation of the WebRTC API.
  • Networking and Protocols - Implementation of WebRTC for real-time communication.
  • Networking Libraries - Pure Go implementation of WebRTC.

Star history

Star history chart for pions/webrtcStar history chart for pions/webrtc

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Webrtc

Similar open-source projects, ranked by how many features they share with Webrtc.
  • miekg/dnsmiekg avatar

    miekg/dns

    8,709View on GitHub↗

    This project is a Go DNS library used for implementing DNS clients and servers. It provides a toolkit for packet exchange, record parsing, and the development of custom nameservers. The library includes a DNS server framework and a zone manager for parsing standard zone files and synchronizing data via zone transfers. It features a dedicated DNSSEC implementation library for generating cryptographic keys and validating signatures, as well as a TLS transport for encrypted connections between clients and servers. The system covers a broad range of capabilities including DNS resolver functional

    Godnsdns-librarydnssec
    View on GitHub↗8,709
  • valyala/fasthttpvalyala avatar

    valyala/fasthttp

    23,264View on GitHub↗

    Fasthttp is a high-performance networking framework for Go, designed to maximize throughput and minimize memory overhead in demanding web applications. It functions as a specialized HTTP server and client library that prioritizes efficient resource management, allowing developers to build scalable services capable of handling massive concurrent traffic with minimal garbage collection pressure. The library distinguishes itself through a focus on zero-allocation processing and low-level optimization. It achieves this by recycling temporary request and response objects through managed pools and

    Go
    View on GitHub↗23,264
  • lucas-clemente/quic-goL

    lucas-clemente/quic-go

    0View on GitHub↗
    View on GitHub↗0
  • anacrolix/utpA

    anacrolix/utp

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to Webrtc→

Frequently asked questions

What are the main features of pions/webrtc?

The main features of pions/webrtc are: Networking Libraries, Networking, Networking and Protocols.

What are some open-source alternatives to pions/webrtc?

Open-source alternatives to pions/webrtc include: valyala/fasthttp — Fasthttp is a high-performance networking framework for Go, designed to maximize throughput and minimize memory… miekg/dns — This project is a Go DNS library used for implementing DNS clients and servers. It provides a toolkit for packet… lucas-clemente/quic-go. ccding/go-stun. anacrolix/utp. aerogo/packet.