Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
Class and interface to wrap what I consider to be a slightly clunky native process interface in something a bit safer to use. This library is not intended for use for monitoring long running processes, but rather for running command line applications that are sure to terminate in a reasonable amount...
More information
PSWebApi is a simple library for turning PowerShell Scripts or batch/executable files into ASP.NET Web APIs (RESTful Services) out of the box. See details in https://github.com/DataBooster/PS-WebApi.
io.js is a JavaScript platform built on Chrome's V8 runtime. This project began as a fork of Joyent's Node.js and is compatible with the npm ecosystem.
Shamz is a micro library for mocking command line executables. Shamz allows you to dynamically create an executable which will match command line args and take some action (delay, return a specific exit code, etc..). Useful for writing tests against an external executable.