spf13 / kaiju

Open source discussion server
Apache License 2.0
113 stars 9 forks source link

socketio errors on go get #6

Closed Dieterbe closed 9 years ago

Dieterbe commented 9 years ago
dieter@dieter-m6800 ~  go get github.com/spf13/kaiju
# github.com/spf13/kaiju/commands
go/src/github.com/spf13/kaiju/commands/sio.go:32: undefined: socketio.SocketIOServer
go/src/github.com/spf13/kaiju/commands/sio.go:35: undefined: socketio.Config
go/src/github.com/spf13/kaiju/commands/sio.go:39: undefined: socketio.NewSocketIOServer
go/src/github.com/spf13/kaiju/commands/sio.go:72: undefined: socketio.NameSpace
go/src/github.com/spf13/kaiju/commands/sio.go:79: undefined: socketio.NameSpace
go/src/github.com/spf13/kaiju/commands/sio.go:86: undefined: socketio.NameSpace
go/src/github.com/spf13/kaiju/commands/sio.go:100: undefined: socketio.NameSpace
go/src/github.com/spf13/kaiju/commands/sio.go:133: undefined: socketio.NameSpace
thomasmodeneis commented 9 years ago

duplicated of #2

Dieterbe commented 9 years ago

whoopsie

thomasmodeneis commented 9 years ago

This is work in progress to have it fixed. We will be releasing a new version of kaiju pairing with the latest socket.io implementations.

Dieterbe commented 9 years ago

cool looking forward to play with kaiju. @thomasmodeneis do you use it "for real" ?

thomasmodeneis commented 9 years ago

Hi Dieter, As an opensource tool, Kaiju is not the only one.

I've been doing some work on the project but I've been quite busy with other tasks and I had to stop the prototype. I will be releasing something soon that may bring Kaiju back to the game, it worth waiting if you still want to use Golang as base for comments solution.

If you have a more urgent problem that need imediate attention, there are other solutions you can check. The only one you would be able to self host is isso, others are cloud solutions and you wont be owning your own data (may be good for one side, but some people want to manage their own data), and well I'm no Py dev so I can't say anything more.

On Tue, May 5, 2015 at 2:26 PM, Dieter Plaetinck notifications@github.com wrote:

cool looking forward to play with kaiju. @thomasmodeneis https://github.com/thomasmodeneis do you use it "for real" ?

— Reply to this email directly or view it on GitHub https://github.com/spf13/kaiju/issues/6#issuecomment-99077098.