spf13/kaiju

socketio errors on go get

Closed this issue · 5 comments

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

duplicated of #2

whoopsie

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.

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

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
#6 (comment).