Skip to content
forked from tinode/chat

Instant messaging as a service - backend in Go, client-side binding in Java and Javascript

Notifications You must be signed in to change notification settings

longhillroad/chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tinode chat

Instant messaging as a service - backend in Go, client-side binding in Java and Javascript

Licenses

  • Backend is licensed under GPL v.3
  • Android and Javascrip bindings are licensed under Apache 2.0
  • Sample web app is in public domain

Dependencies

  • 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

About

Instant messaging as a service - backend in Go, client-side binding in Java and Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 46.1%
  • Java 46.0%
  • JavaScript 7.9%