ice VS turn

Compare ice vs turn and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ice turn
2 3
393 1,699
1.3% 1.5%
8.7 7.5
about 19 hours ago 6 days ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ice

Posts with mentions or reviews of ice. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-04.
  • NetBird raises €1.1M – Open-Source P2P WireGuard-based overlay network
    3 projects | news.ycombinator.com | 4 May 2023
    Heads up to folks from Pion https://github.com/pion/ice.

    Sixth, NetBird supports MFA and popular OpenID-compliant Identity Providers (IdP) like MS Azure, Okta, Google, Auth0, Keycloak, Zitadel, Authentik, etc. Available in the self-hosted version as well.

    Seventh, NetBird is a European company headquartered in Berlin, Germany. Hence this might interest local European companies looking for local networking platforms.

    Eighth, NetBird joined the CISPA Helmholtz Center for Information Security incubator - the #1 cybersecurity research university. The program gives us direct access to cutting-edge research that we will use to optimize the technology.

  • If you ever struggled setting up Wireguard with peers behind NAT and without a public ip
    3 projects | /r/selfhosted | 25 May 2021
    Basically yes. The difference would be that we are trying to use more open source technologies and libraries instead of implementing our own. For example pion/ice from the WebRTC project and coturn for STUN and TURN. Both ice and coturn are used to go around NAT. We lack a peer management system that will allow to add peers dynamically. Tailscale and Zero tier have it but not open sourced. We plan to implement such a system and open source it.

turn

Posts with mentions or reviews of turn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-16.
  • Using WebTransport
    6 projects | news.ycombinator.com | 16 Sep 2022
    > dedicated signalling

    For my small projects I run my HTTP + WebRTC in the same server. My signaling is one POST. Maybe I am missing the complexity, but I don't feel any additional pain compared to running any network service?

    > STUN Karate

    Mind explaining more? I use https://github.com/pion/turn and run my STUN server embedded in my HTTP server. I do do anything but point my `PeerConnection` at `my-service.com`

  • Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go
    14 projects | news.ycombinator.com | 7 May 2022
    There is a very neat implementation of a TURN from Pion

    https://github.com/pion/turn

  • How do I deploy a TURN server for WebRTC apps on heroku?
    2 projects | /r/Heroku | 23 Sep 2021
    I've tried node-turn in a node.js server, tried to execute pion/turn binaries directly so far but with no luck. `node-turn` works if I run locally and test it with my public ip address but the same doesn't work on heroku.

What are some alternatives?

When comparing ice and turn you can also consider the following projects:

coturn - coturn TURN server project

livekit-server - Scalable, high-performance WebRTC SFU. SDKs in JavaScript, React, React Native, Flutter, Swift, Kotlin, Unity/C#, Go, Ruby and Node. [Moved to: https://github.com/livekit/livekit]

bot_box - Universal remote control for robots. Works via the internet.

Pion WebRTC - Pure Go implementation of the WebRTC API

go-stun - A go implementation of the STUN client (RFC 3489 and RFC 5389)

stun - Fast RFC 5389 STUN implementation in go

node-turn - Node-turn is a STUN/TURN server for Node.JS

netbird - Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls.

weron - Overlay networks based on WebRTC.