Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tv42/birpc
Bi-directional RPC library for Go, including JSON-over-WebSocket
https://github.com/tv42/birpc
Last synced: about 2 months ago
JSON representation
Bi-directional RPC library for Go, including JSON-over-WebSocket
- Host: GitHub
- URL: https://github.com/tv42/birpc
- Owner: tv42
- License: mit
- Created: 2013-08-13T01:49:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T04:13:19.000Z (over 8 years ago)
- Last Synced: 2024-10-16T02:07:23.442Z (2 months ago)
- Language: Go
- Size: 230 KB
- Stars: 31
- Watchers: 3
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bi-directional RPC library for Go, including JSON-over-WebSocket
================================================================Go library for RPC where the endpoints are peers that can both call
methods on the other party. This, in combination with the included
`wetsock` library, allows writing interactive web applications that
get live notifications from the server, using JSON over WebSocket.See a [browser-to-browser chat example](examples/chat) for a quick
overview.Use the Go import path
github.com/tv42/birpc
Documentation at http://godoc.org/github.com/tv42/birpc