Software:Starling: Difference between revisions

From HandWiki
(fixing)
 
(No difference)

Latest revision as of 16:07, 27 June 2023

Short description: Messaging server software
Starling
Original author(s)Blaine Cook
Developer(s)Twitter
Written inRuby
Websitegithub.com/starling/starling

Starling was a messaging server that enabled reliable distributed queuing with a minimal overhead. The code for Starling was originally developed inside social media firm Twitter and released as open source in 2008.[1] The program was originally developed by Blaine Cook, now a former lead developer for Twitter.

It spoke the Memcached protocol for maximum cross-platform compatibility. Any language that spoke Memcached could have taken advantage of Starling’s queue facilities.[citation needed] Starling was written in Ruby.

References

External links