node-rai 0.1.12-6 source package in Ubuntu

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Yadd ]
  * Update standards version to 4.6.0, no changes needed.
  * Modernize debian/watch
    * Fix filenamemangle
    * Fix GitHub tags regex
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Mon, 15 Nov 2021 17:40:47 +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-6.dsc 2.0 KiB b21aca00126b5e2f8496859e4fd45b66af40eb524d54f949d400e8f0257d83a0
node-rai_0.1.12.orig.tar.gz 12.7 KiB 18ed41d6297c5f1dc508f50feb8934f5f888a031440941eb255e0e77e3ac9234
node-rai_0.1.12-6.debian.tar.xz 8.1 KiB db72db479c1914a31b8604f69e82656007db70f1ed1565fb1593b1c9a98b09af

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.