nowfound

Alternatives

Products that do what Daily Gaming Hub Australia does

Real-time 5G Latency & Payment Security Audits for APAC

  1. 1
    Apex Ping301

    Uptime & performance monitoring for websites and APIs

    2016

  2. 2IB

    Sup HN, So I got tired of bouncing between Flightradar, MarineTraffic, and Twitter every time something kicked off globally, so I wrote a dashboard to aggregate it all locally. It’s called Shadowbroker. I’ll admit I leaned way too hard into the "movie hacker" aesthetic for the UI, but the actual pipeline underneath is real. It pulls commercial/military ADS-B, the AIS WebSocket stream (about 25,000+ ships), N2YO satellite telemetry, and GDELT conflict data into a single MapLibre instance. Getting this to run without melting my browser was the hardest part. I'm running this on a laptop…

    Mar 2026 · github.com

  3. 3SA

    I've frequently found myself using [nvitop](https://github.com/XuehaiPan/nvitop) to diagnose GPU/CPU contention issues. The two best things about it are: - It's easy to install if I can access pip in the container - It makes a compelling screenshot (which helps me communicate with coworkers.) With those two lessons in mind: Here is Sping! Purpose: Help observe and diagnose latency issues at layer 4+ (TCP/HTTP/HTTPS) Two good things about it: - It's easy to install if you have pip. (Available at…

    2025 · dseltzer.gitlab.io

  4. 4

    Easily build real-time apps that enables user collaboration

    2022

  5. 5MD

    Hey HN, I’m an engineer at Supabase [0] and one of the creators of this demo. My team and I have been working hard to bring developers the next version of Supabase Realtime. The current version of Realtime [1] is a Change Data Capture (CDC) server for a PostgreSQL database that broadcasts changes via WebSockets to authorized subscribers. It’s written in Elixir/Phoenix. The server utilizes PostgreSQL’s logical replication functionality, which writes database changes to Write-Ahead Logging (WAL) segment files, and a replication slot, responsible for managing and retaining WAL files.…

    2022 · multiplayer.dev

  6. 6DA

    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

  7. 7

    Game server status monitoring and analytics tool

    2022

  8. 8
    Ping78

    Measure latency in real-time, directly in your web browser.

    2020

  9. 9OS

    Uptrace is an all-in-one tool that supports distributed tracing, metrics, and logs. It uses OpenTelelemetry observability framework to collect data and ClickHouse database to store it. You can ingest data using OpenTelemetry Protocol (OTLP), Vector Logs, and Zipkin API. You can also use OpenTelemetry Collector to collect Prometheus metrics or receive data from Jaeger, X Ray, Apache, PostgreSQL, MySQL and many more. The latest Uptrace release introduces support for OpenTelemetry Metrics which includes: - User interface to build table-based and grid-based dashboards. - Pre-built dashboard…

    2022 · app.uptrace.dev

  10. 10

    Community-driven gaming server status monitor

    Dec 2025 · outagescope.com

  11. 11AW

    I created this website about a month ago to solve a problem I was facing myself as an aspiring digital nomad. It is very important to find an accommodation with fast and reliable Internet. I also specifically wanted places with Ethernet access to minimize latency as much as possible since I (and many others) use a VPN hosted back at home. The database is in its infancy but covers 11 countries so far. I realize the UX is very basic and a minimum viable product. I intend to have someone help me overhaul the design (with ReactJS perhaps) to make it mobile friendly and more appealing.

    2023 · thewirednomad.com

  12. 12EA

    Greetings! My name is Jeff, and I’m “early-access” launching my SaaS “serverless” infrastructure for Jamstack, games (particularly board games), and traditional real-time scenarios (presence, pub/sub, etc…). This work is rooted in the frustration of building complicated board games using existing infrastructure. It just so happens that making board games easier has wide reaching implications. Landing page: https://www.adama-platform.com/ This is a radically different kind of “serverless” infrastructure where I want the benefits of both a serverless architecture with a…

    2022

  13. 13LB

    I built this over the weekend. Any feedback is appreciated. Please note you will need a WebGL enabled browser. Thank you for checking it out. --UPDATE-- HN Traffic is strangling earthbit. There is sporadic downtime due to the web services I am using, if no transactions appear after a few seconds, then please try again in an hour.

    2013 · earthbit.net

  14. 14AS

    Hey all I've been working on a website called GamingHerd that has spawned from dealing with so many cheaters in Valve's Counter-Strike 2. Watch this video if you're interested into the different scales of cheats that can be used, pretty much undetectable: https://www.youtube.com/watch?v=ox1mBxrVulk&ab_channel=HaiX Currently, Valve does not seem to have a viable solution for dealing with cheaters nor are they transparent about their intentions (I'm sure for good reason). I can only imagine the complexities they have to deal with, and at the same time there is a potential…

    2024 · gamingherd.com

  15. 15MS

    Hello HN! We're excited to announce MyDuck Server, an open-source project that seamlessly integrates the analytical power of DuckDB with your existing MySQL & Postgres databases. *Backstory* Currently, there are no fully satisfactory open-source OLAP solutions for MySQL & Postgres. In the MySQL ecosystem, HeatWave offers close integration, but it's a proprietary, commercial product from Oracle. The Postgres community has seen promising DuckDB-based extensions emerge, including the official pg_duckdb. However, extensions can introduce isolation concerns in mission-critical environments.…

    2024 · github.com

  16. 16IM

    Hey! I'm a solo developer having fun learning Go. I have a side hustle and wanted to implement currency localization. I could use existing IP databases, but hosting on serverless is slow. So I built my own. I was surprised how fun it can be to use Go, and it's fast. Thankfully, Go's speed makes up for my dodgy code. Anyway, I'd love to get some feedback on my website/API. After a few weeks of testing and losing money on ads, I'm confident it's very reliable. This isn't a promo. It's basicly free (30k lookups/month), so there's no need to pay. Any advice or tips on how to grow and…

    2024 · ipflare.io

  17. 17

    Simple uptime monitoring & status pages for developers

    Jul 2026 · kingctx530.github.io

  18. 18AM

    I built this after one too many 3 AM wake-ups due to API outages. Existing solutions felt overpriced and overcomplicated for my small-scale needs. Key features: Simple, GitHub-inspired dashboard Free tier: 5-minute checks, email alerts, 30-day retention Premium tier: 1-minute checks, SMS alerts, unlimited retention Significantly more affordable than enterprise solutions Tech stack: Next.js frontend, Node.js backend, MongoDB, Stripe for payments. This is my attempt to solve the "sleep vs. downtime" dilemma for fellow indie hackers. I'd appreciate any feedback or feature suggestions. What's…

    2024 · martinup.app

  19. 19AF

    Hi HN! I'm Nick, one of the cofounders of Bitping, and we'd like to share a tool that we've been working on for the past couple of years that lets you test network connectivity from real user devices around the world. We originally were part of a hackathon focused on building a product that is powered by micropayments and we settled on a network that could ping other network devices and users could be paid in fractions of a cent for performing said work. After winning the hackathon, we built an uptime monitoring service and discovered some discrepancies between our data and traditional…

    2024 · developer.bitping.com

  20. 20

    Build Real-Time Streaming Apps with PubNub's Interactivity

    Feb 2026 · red5.net

  21. 21

    Real-time analytics: FastAPI, Kafka, TimescaleDB

    Jul 2026 · github.com

  22. 22

    Your homepage is up. Your checkout might not be.

    Jul 2026 · uptimeeye.com

  23. 23MO

    Sup HN, So a couple of months ago I posted my OSINT app ShadowBroker here and got WAY more attention than I expected. Some of the feedback was brutal, but honestly, a lot of it was right, and it made the project a lot better. And sure, I had a blast tracking billionaire jets and yachts or discovering GPS jamming in Ukraine was a thrill, and so was watching CCTV feeds from London, along with ships, satellites, conflict zones, etc., but eventually it dawned on me…where does my OSINT dashboard actually go from there? What good is all of the telemetry if people cannot communicate with each other…

    May 2026 · github.com

  24. 24

    Live ping, latency & uptime monitor for macOS

    Feb 2026 · networkmonitor.chama.pro

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