Skip to content

Versatile Go server emulator for authentication and routing customization

Notifications You must be signed in to change notification settings

9dl/ServerEmulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Server Emulator

A versatile Go server emulator for authentication and routing customization.

Table of Contents

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:

    git clone https://github.com/9dl/ServerEmulator.git
  2. Build the project:

    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.

About

Versatile Go server emulator for authentication and routing customization

Topics

Resources

Stars

Watchers

Forks