https://github.com/ctxswitch/srv
Middleware support for TCP/IP socket connections
https://github.com/ctxswitch/srv
Last synced: 5 months ago
JSON representation
Middleware support for TCP/IP socket connections
- Host: GitHub
- URL: https://github.com/ctxswitch/srv
- Owner: ctxswitch
- License: apache-2.0
- Created: 2022-09-27T02:08:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T06:35:03.000Z (over 3 years ago)
- Last Synced: 2024-06-20T10:13:23.107Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# srv
[](https://github.com/ctxswitch/srv/actions/workflows/test.yml)
The **srv** package provides middleware support for TCP/IP socket connections.
## Install
```
go get ctx.sh/srv
```