lua-nginx-websocket 0.08-1build1 source package in Ubuntu

Changelog

lua-nginx-websocket (0.08-1build1) mantic; urgency=medium

  * Rebuild against new nginx 1.24.0-1ubuntu1.

 -- Gianfranco Costamagna <email address hidden>  Wed, 28 Jun 2023 16:59:13 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Mantic
Original maintainer:
Laurent Arnoud
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-nginx-websocket_0.08.orig.tar.gz 19.8 KiB f3b8ad09635ba03edef520bd38fc418bc90791b89a3bb604ce9612a5f1b2b53c
lua-nginx-websocket_0.08-1build1.debian.tar.xz 4.2 KiB f0656749a8b62b9ebe69152f02e2db8e3e6120e4ad14950fd194133b3a193a97
lua-nginx-websocket_0.08-1build1.dsc 1.9 KiB beb5d375a7887a6cc3fc5edc2052e552e1ebe9e7d6aa0ebdd1cf0986e4e7b59d

Available diffs

View changes file

Binary packages built by this source

lua-nginx-websocket: Lua websocket client driver for the nginx embedded Lua language

 This modules provides a pure Lua websocket driver implementation for the
 embedded nginx's Lua interpreter.
 .
 Because this module is based on the ngx_lua's cosocket API, it inherits
 the advantage of a real nonblocking behaviour running effectively on the
 underlying nginx server ultra-fast technology design, allowing Web
 developers making use of the Lua programming language to script and
 construct extremely high-performance web applications capable to handle
 10K+ connections.
 .
 Note that this module works for both nginx (provided by nginx-extras)
 and the OpenResty bundle.