nowfound

Alternatives

Products that do what fastTURN.net does

STUN & TURN server for WebRTC & SIP applications.

  1. 1HT

    A few days ago, I created a simple service for my WebRTC Project: https://github.com/miroslavpejic85/mirotalk to test if the STUN/TURN servers are working properly. After installing and configuring a STUN/TURN server, most of the developers that are new to this stuff will ask themselves, how do I know if it's working properly? So I made a snippet :) ``` Test Stun/Turn Servers Test Ice Servers The STUN server is NOT reachable! The TURN server is NOT reachable! const Ice = document.getElementById('ice'); const IP = document.getElementById('ip'); const Stun =…

    2022 · p2p.mirotalk.com

  2. 2AA

    Hi HN, I have been messing around with WebRTC for a few years now but when it comes to the TURN server I never quite got to my gold standard of free, self-hosted and open source. I decided to give it a go using Oracle Cloud Infrastructure's free tier, meaning that my total spend got down to domain name hosting. I know plenty of people have been burnt by Oracle in the past, but I have had servers running on the free tier for 5 years now without so much as a hiccup. Regardless, the concepts will be the same using any cloud based server. This is the first time I've written up an end-to-end…

    2025 · github.com

  3. 3DA

    Hey HN! I’ve written a bunch of WebSocket servers over the years to do simple things like state synchronization, WebRTC signaling, and notifying a client when a backend job was run. I realized that if I had a simple way to create a private, temporary, mini-redis that the client could talk to directly, it would save a lot of time. So we created DriftDB. In addition to the open source server that you can run yourself, we also provide https://jamsocket.live where you can use an instance we host on Cloudflare’s edge (~13ms round trip latency from my home in NY). You may have seen my…

    2023 · driftdb.com

  4. 4WA

    Hey HN! I just released weron, a P2P VPN that uses WebRTC for transport which I've been working on for the last couple of months. It can create both layer 2/Ethernet and layer 3/IP overlay networks, and the underlying transport layer can be easily embedded to write your own P2P apps with Go. Compared to for example Tailscale, WireGuard and ZeroTier, its much harder to block on a network level and also significantly easier to set up, while not sacrifing much performance. I'd love to get your feedback :)

    2022 · github.com

  5. 5FT

    A server that replies to your pings faster than ever! Now with IPv6 support. Give it a minute and the response time will go down tremendously: ping ftlping.net On Windows, add an option not to stop after 4 pings: ping -t ftlping.net Works best on MacOS and FreeBSD. Not impressive on Windows but you can see something interesting if you run a packet analyser. Report issues here: https://github.com/plingbang/ftlping/issues The code may be published when my future self passes it to me.

    2024

  6. 6

    Deploy static websites to a superfast global CDN in seconds.

    2016

  7. 7
    Fast.io135

    A simple enterprise file delivery network that syncs

    2019

  8. 8ST
  9. 9RL

    Hi HN, I’ve wanted a simple solution to handle Wake-on-LAN sequences for my home and work labs to boot up servers in the right order. I was already dabbling in Rust and thought this would be an interesting project to dive deeper and see if it could work well for this kind of network tool. The result is rallyup. rallyup lets you set up server dependencies in a YAML file, so each service (e.g., firewalls, storage, VM hosts) comes online in the right order. It verifies each server’s status before moving to the next. Features: - Dependency-based WOL with VLAN support - Built-in health checks…

    2024 · github.com

  10. 10

    Run your internet application on the world’s fastest network

    2021

  11. 11FA
  12. 12

    A modern serverless VPN based on WireGuard

    2024

  13. 13PH
  14. 14BP
  15. 15

    Fast bonding VPN for safer, faster internet

    2018

  16. 16
    Peer5140

    Serverless CDN. Fast, scalable video delivery

    2017

  17. 17IM

    Hello! I got quite some feedback on a web server I'm building, so I'm rewriting the server to be faster and easier to use. I (and maybe some other contributors?) have optimized the web server performance, especially for static file serving and reverse proxying (the last use case I optimized for very recently). I also picked a different configuration format and specification, what I believe is easier to write. Automatic TLS is also enabled by default out of the box, you don't need to even enable it manually, like it was in the original server I was building. Yesterday, I released the first…

    Oct 2025 · ferron.sh

  18. 18PS

    WebRTC’s capabilities are amazing, but the setup headaches (signaling, connection/ICE failures, patchwork docs) can kill momentum. That’s why we built PulseBeam—a batteries-included WebRTC platform designed for developers who just want real-time features to work. What’s different? Built-in Signaling Built-in TURN Time limited JWT auth (serverless for production or use our endpoint for testing) Client and server SDKs included Free and open-source core If you’ve used libraries like PeerJS, PulseBeam should feel like home. We’re inspired by its simplicity. We’re currently in a…

    2025 · github.com

  19. 19PL

    Hey folks! Shahar and Tal from Keep (https:&#x2F;&#x2F;www.keephq.dev) here! For the last few weeks we’ve been building Peeng and can now share our beta with you: https:&#x2F;&#x2F;www.peeng.sh. Peeng is the easiest and quickest “heartbeat” architecture we could think of. Just pick a subdomain (e.g. x.peeng.sh), configure an interval, an endpoint, and a payload, and hit that subdomain every <X (interval) seconds — If you won’t, Peeng will send an HTTP POST request to your configured endpoint. It’s Pingdom&#x2F;Cronitor&#x2F;heartbeat.sh free alternative (but the other way around and A LOT…

    2023 · peeng.sh

  20. 20SH
  21. 21

    Fast, secure VPN for privacy, streaming & browsing

    Aug 2026 · apps.apple.com

  22. 22AE
  23. 23SS
  24. 24OL

    I've been working on Fast LiteLLM - a Rust acceleration layer for the popular LiteLLM library - and I had some interesting learnings that might resonate with other developers trying to squeeze performance out of existing systems. My assumption was that LiteLLM, being a Python library, would have plenty of low-hanging fruit for optimization. I set out to create a Rust layer using PyO3 to accelerate the performance-critical parts: token counting, routing, rate limiting, and connection pooling. The Approach - Built Rust implementations for token counting using tiktoken-rs - Added lock-free data…

    Nov 2025 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →