Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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