The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:AnyEvent::Socket"

AnyEvent::Socket - useful IPv4 and IPv6 stuff. also unix domain sockets. and stuff. River stage three • 409 direct dependents • 668 total dependents

This module implements various utility functions for handling internet protocol addresses and sockets, in an as transparent and simple way as possible. All functions documented without "AnyEvent::Socket::" prefix are exported by default. POD ERRORS H...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

Danga::Socket::AnyEvent - Danga::Socket reimplemented in terms of AnyEvent River stage zero No dependents

This is an alternative implementation of Danga::Socket that is implemented in terms of AnyEvent, an abstraction layer for event loops. This allows Danga::Socket applications to run in any event loop supported by AnyEvent, and allows Danga::Socket app...

SAMV/Danga-Socket-AnyEvent-0.04 - 18 Jun 2012 18:27:37 UTC

AnyEvent::WebSocket::Server - WebSocket server for AnyEvent River stage one • 1 direct dependent • 4 total dependents

This class is an implementation of the WebSocket server in an AnyEvent context. * Currently this module supports WebSocket protocol version 13 only. See RFC 6455 <https://tools.ietf.org/html/rfc6455> for detail....

TOSHIOITO/AnyEvent-WebSocket-Server-0.10 - 25 Jan 2021 01:33:18 UTC

AnyEvent::WebSocket::Client - WebSocket client for AnyEvent River stage two • 11 direct dependents • 15 total dependents

This class provides an interface to interact with a web server that provides services via the WebSocket protocol in an AnyEvent context. It uses Protocol::WebSocket rather than reinventing the wheel. You could use AnyEvent and Protocol::WebSocket dir...

PLICEASE/AnyEvent-WebSocket-Client-0.55 - 04 May 2023 16:29:44 UTC

AnyEvent::WebSocket::Message - WebSocket message for AnyEvent River stage two • 11 direct dependents • 15 total dependents

Instances of this class represent a single WebSocket message. They are the objects that come through from the other end of your AnyEvent::WebSocket::Connection instance. They can also be sent through that class using its "send" method....

PLICEASE/AnyEvent-WebSocket-Client-0.55 - 04 May 2023 16:29:44 UTC

AnyEvent::WebSocket::Connection - WebSocket connection for AnyEvent River stage two • 11 direct dependents • 15 total dependents

This class represents a WebSocket connection with a remote server or a client. If the connection object falls out of scope then the connection will be closed gracefully. This class was created for a client to connect to a server via AnyEvent::WebSock...

PLICEASE/AnyEvent-WebSocket-Client-0.55 - 04 May 2023 16:29:44 UTC

Alice::HTTP::WebSocket - Support WebSocket implementation River stage zero No dependents

Alice::HTTP::WebSocket provides WebSocket implementation through $env->{'websocket.impl'}. Currently implements draft-ietf-hybi-thewebsocketprotocol-00 <http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-00>....

LEEDO/Alice-0.20 - 30 Nov 2011 07:27:05 UTC

Kelp::Module::WebSocket::AnyEvent - AnyEvent websocket server integration with Kelp River stage zero No dependents

This is a module that integrates a websocket instance into Kelp using Kelp::Module::Symbiosis. To run it, a non-blocking Plack server based on AnyEvent is required, like Twiggy. All this module does is wrap Plack::App::WebSocket instance in Kelp's mo...

BRTASTIC/Kelp-Module-WebSocket-AnyEvent-1.05 - 11 May 2022 16:06:16 UTC

lib/AnyEvent/PocketIO/Client/Transport/WebSocket.pm River stage one • 1 direct dependent • 1 total dependent

MAKAMAKA/PocketIO-Client-IO-0.01 - 26 Oct 2012 05:11:29 UTC

Kelp::Module::WebSocket::AnyEvent::Connection - Thin wrapper around Plack::App::WebSocket::Connection River stage zero No dependents

Connection objects of this class fly around in Kelp::Module::WebSocket::AnyEvent. Refer to its documentation for details...

BRTASTIC/Kelp-Module-WebSocket-AnyEvent-1.05 - 11 May 2022 16:06:16 UTC

AnyEvent - the DBI of event loop programming River stage three • 409 direct dependents • 668 total dependents

AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefull...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

AnyEvent::MySQL - Pure Perl AnyEvent socket implementation of MySQL client River stage zero No dependents

CINDY/AnyEvent-MySQL-1.002001 - 15 Jun 2017 07:41:49 UTC

AnyEvent::I3 - communicate with the i3 window manager River stage zero No dependents

MSTPLBG/AnyEvent-I3-0.19 - 09 Apr 2024 06:35:54 UTC

AnyEvent::PacketReader - Read packets from a socket River stage one • 1 direct dependent • 1 total dependent

********************************************************* *** This is a very early release, anything may change *** ********************************************************* This module allows to read packets from a socket easily. The kind of packets...

SALVA/AnyEvent-PacketReader-0.01 - 13 Sep 2013 17:00:28 UTC

AnyEvent::IO - the DBI of asynchronous I/O implementations River stage three • 409 direct dependents • 668 total dependents

This module provides functions that do I/O in an asynchronous fashion. It is to I/O the same as AnyEvent is to event libraries - it only *interfaces* to other implementations or to a portable pure-perl implementation (which does not, however, do asyn...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

AnyEvent::MP - erlang-style multi-processing/message-passing framework River stage one • 2 direct dependents • 2 total dependents

This module (-family) implements a simple message passing framework. Despite its simplicity, you can securely message other processes running on the same or other hosts, and you can supervise entities remotely. For an introduction to this module fami...

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC

AnyEvent::TLS - SSLv2/SSLv3/TLSv1 contexts for use in AnyEvent::Handle River stage three • 409 direct dependents • 668 total dependents

This module is a helper module that implements TLS/SSL (Transport Layer Security/Secure Sockets Layer) contexts. A TLS context is a common set of configuration values for use in establishing TLS connections. For some quick facts about SSL/TLS, see th...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

AnyEvent::DNS - fully asynchronous DNS resolution River stage three • 409 direct dependents • 668 total dependents

This module offers both a number of DNS convenience functions as well as a fully asynchronous and high-performance pure-perl stub resolver. The stub resolver supports DNS over IPv4 and IPv6, UDP and TCP, optional EDNS0 support for up to 4kiB datagram...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

AnyEvent::FCGI - non-blocking FastCGI server River stage one • 1 direct dependent • 1 total dependent

This module implements non-blocking FastCGI server for event based applications....

VKRAMSKIH/AnyEvent-FCGI-0.04 - 04 May 2011 13:09:20 UTC

AnyEvent::Fork - everything you wanted to use fork() for, but couldn't River stage two • 7 direct dependents • 12 total dependents

This module allows you to create new processes, without actually forking them from your current process (avoiding the problems of forking), but preserving most of the advantages of fork. It can be used to create new worker processes or new independen...

MLEHMANN/AnyEvent-Fork-1.32 - 26 Jan 2022 16:44:27 UTC
94 results (0.036 seconds)