node-rai 0.1.12-5 source package in Ubuntu

Changelog

node-rai (0.1.12-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + node-rai: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 29 Aug 2021 00:03:18 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rai_0.1.12-5.dsc 2.0 KiB 91d930f400096262003f6bd38dbaf5c292c0e91894d137bda6ac45f9a8f4a90f
node-rai_0.1.12.orig.tar.gz 12.7 KiB 18ed41d6297c5f1dc508f50feb8934f5f888a031440941eb255e0e77e3ac9234
node-rai_0.1.12-5.debian.tar.xz 7.9 KiB 3aca5a229f0a2209e269af372abc201c1bb08bb6c8d120e422d115c793acb59b

Available diffs

No changes file available.

Binary packages built by this source

node-rai: 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.