Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vineetagarwal-code/go-projects


https://github.com/vineetagarwal-code/go-projects

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Here’s a README for the repository:

---

# Go Projects Boilerplate

## Overview
This repository contains various Go-based boilerplate setups for different purposes, including **load balancing**, **networking with WebSocket**, and a **Pub/Sub model with Redis**. Each project serves as a quick reference or starting point for common Go development patterns.

## Projects Included
- **go-loadbalancer**: Basic load balancer implementation in Go
- **go-net-websocket**: WebSocket user net/websocket in Go.
- **go-pubsub-redis**: Pub/Sub model using Redis and WebSocket integration in Go

Use this repository as a boilerplate to explore and implement various Go patterns.