Instant messaging as a service - backend in Go, client-side binding in Java and Javascript
- Backend is licensed under GPL v.3
- Android and Javascrip bindings are licensed under Apache 2.0
- Sample web app is in public domain
- RethinkDB is the only supported backend at the moment
- android-websockets is required by the Android client
- jackson for serializing and unserializing Java into JSON on Android
- jQuery is used in the sample web application but it's not required