Twisted (software): Difference between revisions

Content deleted Content added
Bryan ssm (talk | contribs)
Applications using Twisted: altered contend & deleted uncited redlink example.
Line 41:
 
==Applications using Twisted==
{{Refimprove section|date=March 2017}}
* The [[BuildBot]] continuous-integration system relies on Twisted for client/server communication.<ref>[http://djmitche.github.com/buildbot/docs/0.7.10/#Requirements BuildBot Manual]</ref>
* [[ITA Software]] has developed an airline-reservation system for [[Air Canada]] that uses Twisted extensively.<ref>[http://www.eweek.com/c/a/Application-Development/Python-Slithers-into-Systems/1/ Page 2 - Python Slithers into Systems<!-- Bot generated title -->]</ref>
* [[SageMath]], an open-source alternative to [[Mathematica]], [[Maple (software)|Maple]], [[Magma (computer algebra system)|Magma]], [[MATLAB]], has a web-based interface, SageMath notebook,<ref>[[SageMath#Features]]</ref> that runs on a Twisted server.<ref>[http://sage.math.washington.edu/home/wdj/expository/gap2007/sage-9-2007.pdf Sage a Basic Overview ]</ref>
* Twisted was used in the [[Omegle]] one-on-one chat service<ref>[http://omegler.blogspot.com/ Official Omegle Blog]</ref> until it was replaced with gevent for performance reasons.<ref>[http://groups.google.com/group/gevent/msg/d15a840088291f61 Gevent Google Group]</ref>
* The Apple Calendar Server uses Twisted,<ref>[http://www.calendarserver.org/ Darwin Calendar Server Official Site]</ref> as do some internal projects of [[NASA]].
* [[Conch (SSH)|Conch]], an implementation of the [[Secure Shell]] (SSH) protocol
* The original version of social networking and microblogging site [[Jaiku]] used Twisted.{{Citation needed|date=March 2017}}
* [[FluidDB]], an online cloud data-store, uses Twisted extensively for internal RPC (partly in combination with [[Thrift (protocol)|Thrift]] and [[AMQP]]), for its internal services, and for external APIs.
* The file-hosting service [[Ubuntu One]] used Twisted.
Line 55 ⟶ 56:
* [[Twilio]], a cloud telephony provider uses Twisted.
* [[TwitchTV]], a video game broadcasting and chat community, uses Twisted.<ref>http://www.twitch.tv/jobs</ref>
* [[Velocity Weather]], a meteorological data processing and integration API is built on Twisted.<ref>http://www.velocityweather.com/</ref>
* [[Warbench]], a creator of productive online meetings platform uses Twisted
* [[qwebirc]], a web-based IRC client uses Twisted.
* [[Zenoss Core]], a network management platform, uses Twisted for many internal and collection daemons.
* [[Jasmin SMS Gateway]], a sms gateway with SMPP and HTTP APIs, mainly based on Twisted.
* [[Scrapy]], a web crawler based on Twisted.