https://github.com/orian/jsgrpc
A trivial Go handler code allowing to register gRPC handlers on a standard HTTP/1.1
https://github.com/orian/jsgrpc
Last synced: 3 months ago
JSON representation
A trivial Go handler code allowing to register gRPC handlers on a standard HTTP/1.1
- Host: GitHub
- URL: https://github.com/orian/jsgrpc
- Owner: orian
- License: mit
- Created: 2015-06-14T23:42:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-14T23:49:55.000Z (about 11 years ago)
- Last Synced: 2026-04-08T20:54:13.992Z (3 months ago)
- Language: Go
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsgrpc
A trivial Go handler code allowing to register gRPC handlers on a standard HTTP/1.1
Probably it won't be needed after https://github.com/bradfitz/http2 gets into official Go and Google publishes a gRPC browser JavaScript client.