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

https://github.com/ogios/simple-socket-server

Simple socket server with type register, middlewares...
https://github.com/ogios/simple-socket-server

golang middleware small-framework socket socket-framework socket-programming socket-server

Last synced: 10 months ago
JSON representation

Simple socket server with type register, middlewares...

Awesome Lists containing this project

README

          

# Simple Socket Server

**made with Golang**

> [!NOTE]
> This project is highly combined with [sutils](https://github.com/ogios/sutils), a tool to make bytes operations easier

# Usage

Please check [example](https://github.com/ogios/simple-socket-server/tree/main/example)

## With Proxy Server
Require a server with **public IP address** for transmitting ips and ports of each other to both clients.

https://github.com/ogios/simple-proxy-server