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 27 28 29 30 31 32 33 34
|
Source: node-rai
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, nodeunit <!nocheck>
, dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-rai
Vcs-Git: https://salsa.debian.org/js-team/node-rai.git
Homepage: https://github.com/andris9/rai
Rules-Requires-Root: no
Package: node-rai
Architecture: all
Depends:
${misc:Depends}
, ssl-cert
Multi-Arch: foreign
Description: Request-Answer-Interface for generating text based command servers (SMTP,POP)
rai is a node.js module to easily generate text based command line servers.
When a client sends something to the server, the first word of the line is
treated as a command and the rest of the line as binary payload.
.
In addition to line based commands, there's also a data mode, to transmit
everygting received. And there's also an option to switch to TLS mode for
secure connections.
.
This way it is trivial to create SMTP, POP3 or similar servers.
.
Node.js is an event-based server-side JavaScript engine.
|