Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/go-websocket-capnp
https://github.com/zenhack/go-websocket-capnp
Last synced: 2 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T02:38:13.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T22:31:41.484Z (6 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- 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