This Visual Studio solution demonstrates a complex implementation, which is a simple order process system, utilizing Windows Workflow (state machine), duplex WCF services(TCP duplex and Silverlight polling), WPF and Silverlight.
duplex machine polling state tcp wcfHight performance socket server and client for Silverlight and Net 3.5.
duplex networking silverlight-sockets sockets wcfLaharsub makes it easy for web applications to organize internet scale message exchange using a publish/subscribe pattern. AJAX or RIA applications running in a browser can create topics, publish, and subscribe to messages in a topic using REST APIs exposed by a .NET WCF service.
ajax comet duplex http laharsubThe easiest way of running code in a browser environment.By using --input html or { input: 'html' } you can provide a custom html file for browser-run to use. Keep in mind though that it always needs to have <script src="/reporter.js"></script> above other script tags so browser-run is able to properly forward your console.logs etc to the terminal.
electron phantomjs browser stream test headless duplexGiven a regular duplex stream, this module will return a duplex stream optimised for sending and receiving msgpack5 messages.
msgpack5 stream duplex duplexifyThis is a reimplementation of duplexer using the Streams3 API which is standard in Node as of v4. Everything largely works the same. Creates a new DuplexWrapper object, which is the actual class that implements most of the fun stuff. All that fun stuff is hidden. DON'T LOOK.
duplex duplexer stream stream3 join combineFor when a single passthrough stream is not enough.This is useful if you have to buffer up both sides of a duplex stream for some reason, like if you want to read some bits of a socket, but then send it somewhere else, or do other crazy stuff.
stream passthrough duplexYou can do anything to it that you can do with a normal http request or response in Node.If you're using Node v0.8, it'll try to load readable-stream. Make sure you install that. In node 0.10, it doesn't do that.
http duplex client request hyperquest megaquest zombiejesus eastereggTurn a writeable and readable stream into a single streams2 duplex stream.If you call setReadable or setWritable multiple times it will unregister the previous readable/writable stream. To disable the readable or writable part call setReadable or setWritable with null.
duplex streams2 streams stream writable readable asyncCombine an array of streams into a single duplex stream using pump and duplexify. If one of the streams closes/errors all streams in the pipeline will be destroyed.Pass the streams you want to pipe together to pumpify pipeline = pumpify(s1, s2, s3, ...). pipeline is a duplex stream that writes to the first streams and reads from the last one. Streams are piped together using pump so if one of them closes all streams will be destroyed.
pump duplexify duplex streams stream pipeline combineIt is written in plain Javascript and uses ssh2 for all the heavy lifting.
ssh stream duplex exec connectionDuplex stream that run over Electron's IPC mechanism.This allows you to use any Node.js stream readable/writable and easily communicate between your main/renderer process.
electron electron-component ipc stream streams duplex readable writeableTurn (req,res) pairs into a single readable/writable stream.Return a new readable/writable duplex stream dup from the http request req and http response res.
duplex http server streamSpawn commands returning a duplex stream. Emit stderr when the command exits with a non-zero code.Spawn a new process like require('child_process').spawn(), except the return value is a duplex stream combiningstdoutandstdin`.
spawn stream duplex stderr exit code non-zeroPiping together 2 processes full duplex is very handy for testing symmetric and peer to peer protocols because you can use the same program for both sides of the connection. Otherwise you would need to spin up a tcp server and client or otherwise clutter up your program with transport implementation details.and the stderr from both programs falls through.
duplex shell spawn process stdin stdout
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.