node-rai 0.1.12-3 source package in Ubuntu

Changelog

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

  * snakeoil stuff is not accessible during tests, so better
    create own cert stuff
  * use other default values for key and cert

 -- Thorsten Alteholz <email address hidden>  Wed, 24 Feb 2016 19:21:53 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rai_0.1.12-3.dsc 2.1 KiB 3dd2e8fdc4b5b08e126e24e2d0e0bb41a0ec75e1e275b891424a7de649c1317d
node-rai_0.1.12.orig.tar.gz 12.7 KiB 18ed41d6297c5f1dc508f50feb8934f5f888a031440941eb255e0e77e3ac9234
node-rai_0.1.12-3.debian.tar.xz 2.8 KiB a967dcbe644af11714fc73271781f607b6c57e3c532396d16b10212c7f529948

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.