Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinpollet/lnconn
Experimental net.Listener implementations to serve net.Conn from an http.Server.
https://github.com/kevinpollet/lnconn
conn go http listener tcp
Last synced: 26 days ago
JSON representation
Experimental net.Listener implementations to serve net.Conn from an http.Server.
- Host: GitHub
- URL: https://github.com/kevinpollet/lnconn
- Owner: kevinpollet
- License: mit
- Created: 2021-10-10T17:52:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T22:01:13.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T17:55:20.008Z (5 months ago)
- Topics: conn, go, http, listener, tcp
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lnconn
Experimental `net.Listener` implementations to serve `net.Conn` from an `http.Server`.
## License
[MIT](./LICENSE.md)