Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

POE

Compare

  No analysis available

POE is a framework for cooperative, event driven multitasking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE originally was developed as the core of a persistent object server and runtime environment. It has evolved into a general purpose ... [More] multitasking and networking framework, encompassing and providing a consistent interface to other event loops such as Event and the Tk and Gtk toolkits. POE is written in layers, each building upon previous ones. It's therefore possible to use POE at varying levels of abstraction. [Less]

0 lines of code

0 current contributors

0 since last commit

37 users on Open Hub

Activity Not Available
4.72222
   
I Use This
Mostly written in language not available
Licenses: artistic, gpl

POE::Component::IRC

Compare

  Analyzed about 9 hours ago

POE::Component::IRC is a POE component (who'd have guessed?) which acts as an easily controllable IRC client for your other POE components and sessions. You create an IRC component and tell it what events your session cares about and where to connect to, and it sends back interesting IRC events when ... [More] they happen. You make the client do things by sending it events. That's all there is to it. Cool, no? [Less]

32.6K lines of code

0 current contributors

almost 3 years since last commit

6 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: Artistic_..., gpl