File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<h1>
3
3
<br>
4
- Network
4
+ Network-GO
5
5
<br>
6
6
</h1>
7
7
</div >
8
8
9
- ` Network ` is a ` Go ` implementation of the ` NWK-Protocol ` . The ` NWK-Protocol ` is a proprietary networking protocol based on top of ` TCP ` .
9
+ ` Network-GO ` is a ` Go ` implementation of the ` NWK-Protocol ` . The ` NWK-Protocol ` is a proprietary networking protocol based on top of ` TCP ` .
10
10
This protocol has a very small overhead which makes it as fast as nearly raw tcp connection throughput.
11
11
12
12
## License:
13
- [ ![ License] ( https://img.shields.io/badge/license-GPLv3-blue.svg?longCache=true&style=flat )] ( https://github.com/Vinz1911/network/blob/main/LICENSE )
13
+ [ ![ License] ( https://img.shields.io/badge/license-GPLv3-blue.svg?longCache=true&style=flat )] ( https://github.com/Vinz1911/network-go /blob/main/LICENSE )
14
14
15
15
## Golang Version:
16
16
[ ![ Golang 1.16] ( https://img.shields.io/badge/Golang-1.16-00ADD8.svg?logo=go&style=flat )] ( https://golang.org ) [ ![ Golang 1.16] ( https://img.shields.io/badge/Modules-Support-00ADD8.svg?logo=go&style=flat )] ( https://golang.org )
Original file line number Diff line number Diff line change 1
- module github.com/Vinz1911/network
1
+ module github.com/Vinz1911/network-go
2
2
3
3
go 1.16
You can’t perform that action at this time.
0 commit comments