https://github.com/ooclab/es
Easy session/stream protocol
https://github.com/ooclab/es
forward-proxy golang network p2p proxy reverse-proxy tcp tunnel udp
Last synced: about 2 months ago
JSON representation
Easy session/stream protocol
- Host: GitHub
- URL: https://github.com/ooclab/es
- Owner: ooclab
- License: gpl-3.0
- Created: 2016-10-25T09:52:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T03:57:30.000Z (about 8 years ago)
- Last Synced: 2024-06-19T16:32:42.677Z (almost 2 years ago)
- Topics: forward-proxy, golang, network, p2p, proxy, reverse-proxy, tcp, tunnel, udp
- Language: Go
- Size: 3.14 MB
- Stars: 15
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# es
[](http://godoc.org/github.com/ooclab/es)
[](https://goreportcard.com/report/github.com/ooclab/es)
[](https://travis-ci.org/ooclab/es)
Easy session/stream protocol
This is v2 of emsg (our private Easy Message Protocol)
OLD emsg and otunnel usage, ref to [Chinese usage of otunnel](http://ooclab.github.io/)
## Arch
### Message split design
simple message flow in one order

## Example
- [Simple Example](./example)
- [otunnel](https://github.com/ooclab/otunnel)