Show HN: A simple echo server for testing HTTP clients

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • httpbin

    HTTP Request & Response Service, written in Python + Flask.

  • So something like https://httpbin.org (which BTW recently has some capacity issues)

  • webserver

    A zero dependency Python 3 web server to echo back an HTTP request's headers and data. (by nickjj)

  • A few years ago I put together: https://github.com/nickjj/webserver

    It's a zero dependency self hosted echo server. You run `webserver 8000` and then you can curl `localhost:8000` with whatever URL path, headers and payload you want and it'll echo it back.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts