Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junjuew/mkt
https://github.com/junjuew/mkt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/junjuew/mkt
- Owner: junjuew
- Created: 2019-03-27T00:10:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T23:18:32.000Z (over 5 years ago)
- Last Synced: 2024-04-21T10:25:52.872Z (8 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# mkt
A Socket Manager for TCP connections
## Getting started
This project requires Go to be installed. On OS X with Homebrew you can just run `brew install go`.
Running it then should be as simple as:
```console
$ make
$ ./bin/mkt
```### Testing
``make test``
### Architecture
![Async REQ/REP](https://github.com/imatix/zguide/raw/master/images/fig38.png)