Skip to content
/ birpc Public

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

License

Notifications You must be signed in to change notification settings

tv42/birpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published