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...
- Host: GitHub
- URL: https://github.com/ogios/simple-socket-server
- Owner: ogios
- License: gpl-3.0
- Created: 2023-09-27T09:37:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T07:23:13.000Z (over 2 years ago)
- Last Synced: 2025-02-06T04:51:13.613Z (11 months ago)
- Topics: golang, middleware, small-framework, socket, socket-framework, socket-programming, socket-server
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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