Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristalhq/netx
Better net package for Go
https://github.com/cristalhq/netx
go golang network tcp tcp-client tcp-server
Last synced: 10 days ago
JSON representation
Better net package for Go
- Host: GitHub
- URL: https://github.com/cristalhq/netx
- Owner: cristalhq
- License: mit
- Created: 2021-12-26T21:38:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T16:41:59.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T05:11:48.001Z (5 months ago)
- Topics: go, golang, network, tcp, tcp-client, tcp-server
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netx
[![build-img]][build-url]
[![pkg-img]][pkg-url]
[![reportcard-img]][reportcard-url]
[![coverage-img]][coverage-url]
[![version-img]][version-url]Better `net` package for Go.
## Features
* Simple API.
* Dependency-free.
* Clean and tested code.
* Fully compatible with `net` package.See [GUIDE.md](https://github.com/cristalhq/netx/blob/main/GUIDE.md) for more details.
## Install
Go version 1.17+
```
go get github.com/cristalhq/netx
```## Example
```go
TODO
```Also see examples: [examples_test.go](https://github.com/cristalhq/netx/blob/main/example_test.go).
## Documentation
See [these docs][pkg-url].
## License
[MIT License](LICENSE).
[build-img]: https://github.com/cristalhq/netx/workflows/build/badge.svg
[build-url]: https://github.com/cristalhq/netx/actions
[pkg-img]: https://pkg.go.dev/badge/cristalhq/netx
[pkg-url]: https://pkg.go.dev/github.com/cristalhq/netx
[reportcard-img]: https://goreportcard.com/badge/cristalhq/netx
[reportcard-url]: https://goreportcard.com/report/cristalhq/netx
[coverage-img]: https://codecov.io/gh/cristalhq/netx/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/cristalhq/netx
[version-img]: https://img.shields.io/github/v/release/cristalhq/netx
[version-url]: https://github.com/cristalhq/netx/releases