mirror of
https://github.com/avelino/awesome-go.git
synced 2025-01-31 04:48:53 +00:00
Update README.md
This commit is contained in:
parent
3a3d218ea2
commit
24c780c40a
13
README.md
13
README.md
@ -26,6 +26,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
- [Awesome Go](#awesome-go)
|
- [Awesome Go](#awesome-go)
|
||||||
- [Audio and Music](#audio-and-music)
|
- [Audio and Music](#audio-and-music)
|
||||||
- [Authentication and OAuth](#authentication-and-oauth)
|
- [Authentication and OAuth](#authentication-and-oauth)
|
||||||
|
- [Blockchain](#blockchain)
|
||||||
- [Bot Building](#bot-building)
|
- [Bot Building](#bot-building)
|
||||||
- [Build Automation](#build-automation)
|
- [Build Automation](#build-automation)
|
||||||
- [Command Line](#command-line)
|
- [Command Line](#command-line)
|
||||||
@ -175,6 +176,17 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [sessionup](https://github.com/swithek/sessionup) - Simple, yet effective HTTP session management and identification package.
|
* [sessionup](https://github.com/swithek/sessionup) - Simple, yet effective HTTP session management and identification package.
|
||||||
* [sjwt](https://github.com/brianvoe/sjwt) - Simple jwt generator and parser.
|
* [sjwt](https://github.com/brianvoe/sjwt) - Simple jwt generator and parser.
|
||||||
|
|
||||||
|
## Blockchain
|
||||||
|
|
||||||
|
*Tools for building blockchains.*
|
||||||
|
|
||||||
|
* [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) - A Framework for Building Public Blockchains in the Cosmos Ecosystem.
|
||||||
|
* [go-ethereum](https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol.
|
||||||
|
* [gossamer](https://github.com/ChainSafe/gossamer) - A Go implementation of the Polkadot Host
|
||||||
|
* [tendermint](https://github.com/tendermint/tendermint) - High-performance middleware for transforming a state machine written in any programming language into a Byzantine Fault Tolerant replicated state machine using the Tendermint consensus and blockchain protocols.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Bot Building
|
## Bot Building
|
||||||
|
|
||||||
*Libraries for building and working with bots.*
|
*Libraries for building and working with bots.*
|
||||||
@ -699,7 +711,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [rpcx](https://github.com/smallnest/rpcx) - Distributed pluggable RPC service framework like alibaba Dubbo.
|
* [rpcx](https://github.com/smallnest/rpcx) - Distributed pluggable RPC service framework like alibaba Dubbo.
|
||||||
* [Semaphore](https://github.com/jexia/semaphore) - A straightforward (micro) service orchestrator.
|
* [Semaphore](https://github.com/jexia/semaphore) - A straightforward (micro) service orchestrator.
|
||||||
* [sleuth](https://github.com/ursiform/sleuth) - Library for master-less p2p auto-discovery and RPC between HTTP services (using [ZeroMQ](https://github.com/zeromq/libzmq)).
|
* [sleuth](https://github.com/ursiform/sleuth) - Library for master-less p2p auto-discovery and RPC between HTTP services (using [ZeroMQ](https://github.com/zeromq/libzmq)).
|
||||||
* [tendermint](https://github.com/tendermint/tendermint) - High-performance middleware for transforming a state machine written in any programming language into a Byzantine Fault Tolerant replicated state machine using the Tendermint consensus and blockchain protocols.
|
|
||||||
* [torrent](https://github.com/anacrolix/torrent) - BitTorrent client package.
|
* [torrent](https://github.com/anacrolix/torrent) - BitTorrent client package.
|
||||||
|
|
||||||
## Dynamic DNS
|
## Dynamic DNS
|
||||||
|
Loading…
Reference in New Issue
Block a user