Skip to content
ngocdaothanh edited this page Jan 26, 2013 · 21 revisions

Powered by Xitrum

If you are allowed to share info, please add links to your projects/websites (if possible) that used Xitrum, comments about how you used, what you felt etc.

  • Realtime music recognition and song lyrics service for smartphones: Xitrum is used to make backend web API. It connects to another local Gracenote music recognition server (Tomcat). Xitrum cache feature is used extensively to cache results.
  • URL shortening web site. Xitrum stores data to MongoDB.
  • Multiuser interactive web site for PC. To support old browsers (IE), SockJS feature in Xitrum is used. Users can chat, interact by clicking buttons on the web site. For high availability there are many Xitrum servers, clustering feature in Xitrum is used. Xitrum stores data to MongoDB.
  • Chat systems for smartphones. WebSocket and HTTPS feature in Xitrum is used. For high availability there are many Xitrum servers, clustering feature in Xitrum is used. Xitrum stores data to MongoDB.
Clone this wiki locally