Introduction to XMPP and XMPP4R for Ruby Developers
Custom Programming, Web Articles for Dummies, Web Server
As Wikipedia says, XMPP is “an open, XML-inspired protocol for near-real-time, extensible instant messaging and presence information.” It’s used by Jabber, the Gizmo Project, Google Talk, Pidgin, Kopete, and all sorts of open source instant messaging applications..
XMPP support in Ruby comes, primarily, from the XMPP4R library (Jabber4R and Net::XMPP are both semi-abandoned), and Frank Lamontagne (of Ruby Fleebie) has written a two part tutorial / guide to using XMPP4R to integrate with Instant Messaging systems..
…
Full article: http://www.rubyinside.com
License: Creative Commons Attribution-Share Alike 2.0 UK: England & Wales
Indexed in June 2008
Related Info Web
- NetBeans 6, Ruby, and Rails: A Surprisingly Effective Combination
- Ruby on Rails, Django, and other software crusades
- Design Principles in Ruby on Rails
- Ajax and Ruby on Rails
- Better Performance for Ruby on Rails
For far too long Ruby has lacked a development environment that supported important features developers in other languages now take for granted: code completion; refactoring; platform-independence; and speed.. Getting started with Ruby, Rails and NetBeans is as easy as downloading the installer and running it. ... Full article: http://depth-first.com License: Creative Commons Attribution-Share Alike 3.0 United States...
As I suggested in an earlier post, I’d like to discuss the choices that we as software developers have when it comes to implementing applications. These choices can be as fundamental as your programming language, your choice of tools, such as your IDE, or the libraries you use, such as your ORM or AJAX choice.. .. They are not new, and they...
Within the last few years Ruby on Rails (RoR or just simply Rails) has gained great popularity in the way people develop web applications. It offers web developers to make an architecturally clean web application at a relatively faster time, compared to many existing technologies known. By clean architecture, I mean an application that you could painlessly maintain, change, and...
Selecting a framework for Ajax could be considered like placing a simple layer on top of a strong framework. Ajax and another framework are considered as two separate entities that will almost not touch each other.. .. But that parallelism between Ajax and their framework is not seen when you use Ruby on Rails. The Ajax and Ruby on Rails becomes one...
Everyone knows how good "Ruby on Rails" is from the point of view of developing, maintaining and deploying applications easily and quickly. But the one question that every one seems to be asking "Is "Ruby on Rails" scalable?".. .. These are some tips that can help increase the performance of your application. With this you should be able to at least improve...
