https://github.com/dnesting/uhttp
Golang HTTP over UDP
https://github.com/dnesting/uhttp
golang http multicast udp
Last synced: 19 days ago
JSON representation
Golang HTTP over UDP
- Host: GitHub
- URL: https://github.com/dnesting/uhttp
- Owner: dnesting
- License: mit
- Created: 2018-01-06T02:25:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T18:19:13.000Z (about 6 years ago)
- Last Synced: 2025-08-15T16:05:33.492Z (6 months ago)
- Topics: golang, http, multicast, udp
- Language: Go
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uhttp
uhttp is a rudimentary implementation of HTTP over UDP, with support for both unicast and multicast.
Presently only a client is implemented.
[](http://godoc.org/github.com/dnesting/uhttp)