项目作者: jostho

项目描述 :
echo server
高级语言: Rust
项目地址: git://github.com/jostho/ghost.git
创建时间: 2020-03-18T15:12:30Z
项目社区:https://github.com/jostho/ghost

开源协议:Apache License 2.0

下载


Ghost

CI
Image

This is an echo server written in rust using warp.
This can be used to simulate http responses.

Environment

  • fedora 41
  • rustup 1.27
  • rust 1.83
  • make 4.4

Build

To build or run, use cargo

  1. cargo build
  2. cargo run

Image

A Makefile is provided to build a container image

Check prerequisites to build the image

  1. make check

To build the default container image

  1. make image

To run the container image - use podman

  1. podman run -d -p 8000:8000 <imageid>