tv42 / birpc

Bi-directional RPC library for Go, including JSON-over-WebSocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 for a quick overview.

Use the Go import path

github.com/tv42/birpc

Documentation at http://godoc.org/github.com/tv42/birpc

About

Bi-directional RPC library for Go, including JSON-over-WebSocket

License:MIT License


Languages

Language:Go 88.8%Language:JavaScript 8.3%Language:CSS 2.2%Language:Shell 0.6%