Hi, 2013/4/16 Tony Miller <[email protected]>: > I wrote a small blog article about how I am using liquidsoap, ruby, and > redis together in my radio project. Please take a look if you can! :) Maybe > its interesting, or maybe you think I'm crazy. :) > > http://mcfiredrill.github.io/2013/03/27/soapy-metadata/
That's interesting! Flows also uses redis pub/sub under the hood to notify of new metadata. If you are looking for a flexible way to avoid polling, you could also look at node.js and socket.io, which is what is used on the client side of flows: http://socket.io/ Romain ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
