https://github.com/kelindar/tcp
Simple tcp server in Go
https://github.com/kelindar/tcp
async go golang networking tcp
Last synced: about 1 month ago
JSON representation
Simple tcp server in Go
- Host: GitHub
- URL: https://github.com/kelindar/tcp
- Owner: kelindar
- License: mit
- Created: 2017-09-01T05:51:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T09:02:21.000Z (about 6 years ago)
- Last Synced: 2024-12-24T02:51:49.482Z (5 months ago)
- Topics: async, go, golang, networking, tcp
- Language: Go
- Homepage: https://godoc.org/github.com/Kelindar/tcp
- Size: 49.8 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TCP Server in Go
This repository contains a simple tcp server in Go, designed to work in a similar way as `net/http` server.## Documentation
Documentation for this package can be found on [https://godoc.org/github.com/Kelindar/tcp](https://godoc.org/github.com/Kelindar/tcp).