rter
rter copied to clipboard
server-setup problem
Hey, I obey the document:
https://github.com/sparks/rter/blob/master/docs/server-setup.md
To final step, but found the errors:
[hadoopusr@server]$ go run src/rter/rter.go
rter/streaming
src/rter/streaming/genericStreamer.go:86: undefined: sockjs.Conn src/rter/streaming/streaming.go:72: undefined: sockjs.NewRouter src/rter/streaming/streaming.go:72: undefined: sockjs.Conn src/rter/streaming/streaming.go:72: undefined: sockjs.DefaultConfig [hadoopusr@server]$ ls
Can you help me?
Looks like you're missing the sockjs library. go install sockjs
or something like that.
This project is not actively being develop, it's very possible that the current version here doesn't build with the most recent versions of go/go libraries