Skip to content

Instantly share code, notes, and snippets.

View gotohr's full-sized avatar
ℹ️
🌳 🧭 ⛺ 🌲

gotohr

ℹ️
🌳 🧭 ⛺ 🌲
View GitHub Profile
@grafov
grafov / gist:5712165
Created June 5, 2013 07:22
golang sample of json/rpc over websocket
package main
import (
"code.google.com/p/go.net/websocket"
//"github.com/garyburd/go-websocket/websocket"
//"github.com/zhangpeihao/gowebsocket"
"net/http"
"net/rpc"
"net/rpc/jsonrpc"
)