Skip to content

ashintv/cacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GGCache

A simple TCP-based cache server written in Go.

Installation

Prerequisites

  • Go 1.25.0 or higher

Quick Start

# Clone the repository
git clone <repository-url>
cd cache_golang

# Build and run
make build
make run

The server will start on port :3000.

Project Structure

.
├── main.go              # Application entry point
├── server.go            # TCP server implementation
├── command.go           # Command parsing logic
├── go.mod               # Go module definition
├── Makefile             # Build automation
├── bin/
│   └── ggcache         # Compiled binary
└── cache/
    ├── cache.go        # Cache implementation
    └── cacher.go       # Cache interface

About

A simple golang CLI application for caching

Resources

Stars

Watchers

Forks

Packages

No packages published