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·16 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 are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Webrtc

These projects share indexed features with Webrtc. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
Compare all 30 related projects→

Frequently asked questions

What are the main features of pions/webrtc?

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

Which projects share features with pions/webrtc?

Projects with overlapping indexed features 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.