All Projects → hashicorp → Http Echo

hashicorp / Http Echo

Licence: mpl-2.0
A tiny go web server that echos what you start it with!

Labels

Projects that are alternatives of or similar to Http Echo

Benchmarks
Some benchmarks of different languages
Stars: ✭ 2,108 (+1177.58%)
Mutual labels:  makefile
Riscv Elf Psabi Doc
A RISC-V ELF psABI Document
Stars: ✭ 156 (-5.45%)
Mutual labels:  makefile
Small
Stars: ✭ 159 (-3.64%)
Mutual labels:  makefile
Openwrt
Mercer's OpenWrt source tree
Stars: ✭ 158 (-4.24%)
Mutual labels:  makefile
Vlc Arc Dark
Arc Dark skin for VLC
Stars: ✭ 158 (-4.24%)
Mutual labels:  makefile
Symfony Bootstrapped
⚡️ Symfony with tools
Stars: ✭ 160 (-3.03%)
Mutual labels:  makefile
Pcl Cn
Practical Common Lisp (中英文对照版) - for Chinese only
Stars: ✭ 155 (-6.06%)
Mutual labels:  makefile
Noobs
NOOBS (New Out Of Box Software) - An easy Operating System install manager for the Raspberry Pi
Stars: ✭ 2,048 (+1141.21%)
Mutual labels:  makefile
Fuel Main
Fuel is the control plane for installing and managing OpenStack. It is capable of doing bare metal provisioning of physical nodes, installing OpenStack on them, and much more.
Stars: ✭ 158 (-4.24%)
Mutual labels:  makefile
Arm Assembly Cheat
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. ARMv7 and ARMv8 assembly userland minimal examples tutorial. Runnable asserts on x86 hosts with QEMU user mode or natively on ARM targets. Nice GDB step debug setup. Tested on Ubuntu 18.04 host and Raspberry Pi 2 and 3 targets.
Stars: ✭ 159 (-3.64%)
Mutual labels:  makefile
Dockerfiles
Dockerfiles for various pandoc images
Stars: ✭ 158 (-4.24%)
Mutual labels:  makefile
Libretro Thumbnails
Thumbnails for RetroArch
Stars: ✭ 158 (-4.24%)
Mutual labels:  makefile
Amiga Gcc
The GNU C-Compiler with Binutils and other useful tools for cross development for Amiga
Stars: ✭ 160 (-3.03%)
Mutual labels:  makefile
Sfml Vscode Boilerplate
A cross-platform SFML 2.5.1 & C++17 build environment for Visual Studio Code
Stars: ✭ 156 (-5.45%)
Mutual labels:  makefile
Drizzledumper
drizzleDumper是一款基于内存搜索的Android脱壳工具。
Stars: ✭ 2,002 (+1113.33%)
Mutual labels:  makefile
Esp Open Sdk
Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
Stars: ✭ 1,884 (+1041.82%)
Mutual labels:  makefile
Teachingmaterial
Various teaching material
Stars: ✭ 159 (-3.64%)
Mutual labels:  makefile
Intellij Makefile
Makefile support for IntelliJ-based IDEs
Stars: ✭ 164 (-0.61%)
Mutual labels:  makefile
Septun
Suricata Extreme Performance Tuning guide
Stars: ✭ 162 (-1.82%)
Mutual labels:  makefile
Docker Quick Ref
Docker: Printable Quick Reference
Stars: ✭ 160 (-3.03%)
Mutual labels:  makefile

http-echo

HTTP Echo is a small go web server that serves the contents it was started with as an HTML page.

The default port is 5678, but this is configurable via the -listen flag:

http-echo -listen=:8080 -text="hello world"

Then visit http://localhost:8080/ in your browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].