https://github.com/getlantern/framed
Basic golang support for framing small messages over streams like TCP
https://github.com/getlantern/framed
Last synced: 8 months ago
JSON representation
Basic golang support for framing small messages over streams like TCP
- Host: GitHub
- URL: https://github.com/getlantern/framed
- Owner: getlantern
- License: apache-2.0
- Created: 2014-05-19T17:29:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T19:22:42.000Z (about 7 years ago)
- Last Synced: 2025-08-13T21:37:33.289Z (10 months ago)
- Language: Go
- Size: 1.01 MB
- Stars: 6
- Watchers: 18
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
framed [](https://travis-ci.org/getlantern/framed) [](https://coveralls.io/r/getlantern/framed) [](http://godoc.org/github.com/getlantern/framed)
==========
To install:
`go get github.com/getlantern/framed`
For docs:
`godoc github.com/getlantern/framed`