Skip to content

Commit

Permalink
Merge pull request #2 from Vinz1911/develop
Browse files Browse the repository at this point in the history
[M] updated repo base
  • Loading branch information
Vinz1911 authored Jul 4, 2021
2 parents 407e3bb + cdbd809 commit 6715da3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<div align="center">
<h1>
<br>
Network
Network-GO
<br>
</h1>
</div>

`Network` is a `Go` implementation of the `NWK-Protocol`. The `NWK-Protocol` is a proprietary networking protocol based on top of `TCP`.
`Network-GO` is a `Go` implementation of the `NWK-Protocol`. The `NWK-Protocol` is a proprietary networking protocol based on top of `TCP`.
This protocol has a very small overhead which makes it as fast as nearly raw tcp connection throughput.

## License:
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg?longCache=true&style=flat)](https://github.com/Vinz1911/network/blob/main/LICENSE)
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg?longCache=true&style=flat)](https://github.com/Vinz1911/network-go/blob/main/LICENSE)

## Golang Version:
[![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)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/Vinz1911/network
module github.com/Vinz1911/network-go

go 1.16

0 comments on commit 6715da3

Please sign in to comment.