kaiju
kaiju copied to clipboard
Open source discussion server
It would be nice to have some documentation or tutorial that explains how to install and configure the server (install mongodb, configure kaiju to use that mongodb instance and configure...
Hi, I'm trying to make use of your lib but I can't make it work, it says: $ go run main.go # github.com/spf13/kaiju/commands /opt/gocode/src/github.com/spf13/kaiju/commands/sio.go:32: undefined: socketio.SocketIOServer /opt/gocode/src/github.com/spf13/kaiju/commands/sio.go:35: undefined: socketio.Config /opt/gocode/src/github.com/spf13/kaiju/commands/sio.go:39:...
I've done: $ pwd /opt/gocode/src/github.com/googollee git clone -b 0.9.x https://github.com/googollee/go-socket.io.git $ cd go-socket.io $ go install $ pwd /opt/gocode/src/github.com/pf13 git clone https://github.com/spf13/kaiju $ cd kaiju $ go run main.go ERROR:...
When executing the demo first I had the following error: Uncaught ReferenceError: $ is not defined I fixed this by adding jquery: Then now I'm having Uncaught ReferenceError: Kaiju is...