Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9dl/serveremulator
Versatile Go server emulator for authentication and routing customization
https://github.com/9dl/serveremulator
auth-emulator emulator golang reversing routing server
Last synced: 11 days ago
JSON representation
Versatile Go server emulator for authentication and routing customization
- Host: GitHub
- URL: https://github.com/9dl/serveremulator
- Owner: 9dl
- Created: 2023-11-04T19:05:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T19:11:19.000Z (about 1 year ago)
- Last Synced: 2024-01-30T05:36:56.763Z (11 months ago)
- Topics: auth-emulator, emulator, golang, reversing, routing, server
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang Server Emulator
A versatile Go server emulator for authentication and routing customization.
## Table of Contents
- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Customization](#customization)## Features
- Basic HTTP server with optional SSL support
- Custom routing using a modular Router
- Clean and cross-platform code## Getting Started
### Prerequisites
- Go installed
### Installation
1. Clone the repository:
```sh
git clone https://github.com/9dl/ServerEmulator.git
```2. Build the project:
```sh
go build
```## Customization
- Define your custom routes and handlers using the `Router`.
- Modify the responses for specific routes in the corresponding handler functions.
- Customize SSL settings and certificate usage.