yoshi-pi / echoserver

A simple echo server for testing HTTP clients.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

echoserver

echoserver is a simple echo server for testing HTTP clients.

It generates a URL that returns the exact response you configured.

If you are a frontend developer and need a temporary server for prototyping or mocking, use this tool.

Run Locally πŸ’»

docker run -it --init --rm -p 5678:5678 yoshipy/echoserver

Features πŸŽ‰

  • No need to install packages
  • Configurable status code
  • Headers can be set as you like
  • Any text can be set to the body
  • A resizable image can be set to the body
  • CORS support

Try it online πŸ‘‹

Visit https://echoserver.dev

About

A simple echo server for testing HTTP clients.

License:MIT License


Languages

Language:TypeScript 57.8%Language:HTML 28.2%Language:CSS 11.9%Language:JavaScript 1.6%Language:Dockerfile 0.5%