https://github.com/zenhack/go-websocket-capnp
https://github.com/zenhack/go-websocket-capnp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zenhack/go-websocket-capnp
- Owner: zenhack
- License: apache-2.0
- Created: 2022-11-20T21:17:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T02:38:13.000Z (about 3 years ago)
- Last Synced: 2026-02-13T08:51:19.338Z (about 2 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
This repository integrates [Go Cap'n Proto][1] with websockets. The main
package uses [github.com/gobwas/ws](https://github.com/gobwas/ws), and
there is a `js` package which uses browser APIs via `syscall/js`, for
use from WASM.
[1]: https://github.com/capnproto/go-capnproto2