File: control

package info (click to toggle)
lua-nginx-websocket 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 272 kB
  • ctags: 52
  • sloc: makefile: 16
file content (26 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: lua-nginx-websocket
Section: interpreters
Priority: optional
Maintainer: Laurent Arnoud <laurent@spkdev.net>
Build-Depends: debhelper (>= 9), dh-lua
Standards-Version: 3.9.6
Homepage: https://github.com/openresty/lua-resty-websocket
Vcs-Git: git://anonscm.debian.org/collab-maint/lua-nginx-websocket.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/lua-nginx-websocket.git

Package: lua-nginx-websocket
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, nginx-extras
Description: 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.