Help language development. Donate to The Perl Foundation
Showing 29
results
cro
Libraries and tools for building reactive services in Raku. This installs the cro command line and web tool, along with HTTP (including HTTPS and HTTP/2.0) and WebSocket support.
Cro::HTTP
Asynchronous HTTP, both client and server side. Includes HTTP/2.0 support.
Cro::HTTP
Asynchronous HTTP, both client and server side. Includes HTTP/2.0 support.
Cro::Core
Implements the asynchronous pipeline at the heart of all Cro libraries.
OO::Monitors
Objects with mutual exclusion and condition variables
Cro::WebSocket
WebSocket client, and WebSocket support in the Cro HTTP router.
Cro::WebSocket
WebSocket client, and WebSocket support in the Cro HTTP router.
Cro::OpenAPI::RoutesFromDefinition
Easily implement an existing OpenAPI definition, server side, using Cro.
Cro::WebApp
Support for building server-side web applications with Cro, including templates and form handling.
Concurrent::Stack
A lock-free concurrent stack data structure.
JSON::Path
Implementation of the JSONPath data structure query language.
Cro::ZeroMQ
Support for building ZeroMQ services with Cro.
POFile
Module for interacting with gettext PO files
Log::Timeline
Log tasks with start/end periods and phases, as well as individual events.
Concurrent::Queue
A lock-free concurrent queue data structure.
Concurrent::Trie
A lock-free concurrent trie (Text Retrieval) data structure.
OpenAPI::Model
Work with OpenAPI documents in terms of a set of Perl 6 objects.
Cro::HTTP::Test
Write tests for HTTP services (whether or not they are built with Cro).
JSON::Schema
JSON Schema specification implementation
OpenAPI::Schema::Validate
Validate a value or data structure against an OpenAPI schema.
Email::SendGrid
Basic email sending via the SendGrid API.
JSON::Pointer
JSON Pointer implementation in Perl 6.
Cro::TLS
Cro pipeline components for building services that use TLS.
Cro::HTTP::Session::Pg
Cro session storage middleware using Postgres.
LEB128
Encoding and decoding of integers in the LEB128 encoding.
Cro::APIToken
Eases the implementation of APIs that do auth with API tokens using Cro
Cro::TLS
Cro pipeline components for building services that use TLS.
IO::Socket::Async::SSL
Provides an API like IO::Socket::Async, but with TLS support.