nodepatternsbooks.com
Work Queue Patterns - Node Patterns Books
http://nodepatternsbooks.com/books/work-queues.html
Master Deferred and Distributed Work in Node. Check out the BUNDLE PROMOTION. Most applications have some type of work that can be performed independently from the client request cycle. You can defer these types of work into a memory queue or, to survive crashes, a persisted queue. A distributed queue separates the work producer from the work consumer, allowing you to perform work on a different process. Using Redis as a Work Server. Using RabbitMQ as a Work Server. Price: $4.00 VAT.
nodetuts.com
Node Tuts - Asynchronous Programming - episode 5
http://nodetuts.com/series/asynchronous-programming/mastering-asynchronous-programming-05.html
0,34,57,109,117,152,157,170,198,206,210,238,260,267,271,297,301,310,316,322,340]. Asyncseries: running operations in series br / async.waterfall: cascading results of series execution.
nodetuts.com
Node Tuts - TCP Servers - episode 1
http://nodetuts.com/series/tcp-servers/tcp-servers-01.html
Creating a TCP server; listening for connections; events emitted by connections; reading data; transforming data; using a transform stream to implement a service.
nodetuts.com
Node Tuts - HTTP API Servers - episode 2
http://nodetuts.com/series/http-api-servers/http-api-servers-02.html
Restify Middleware. Route-specific middleware. Using Joi for validation. Validating middleware.
nodepatternsbooks.com
Database Patterns - Node Patterns Books
http://nodepatternsbooks.com/books/database-patterns.html
Volume I - LevelDB, Redis and CouchDB. Check out the BUNDLE PROMOTION. In this book we will analyze some of the existing solutions for interacting with some types of databases and what interesting uses can you give them. This first short book on databases starts with some of my favourites: LevelDB, Redis and CouchDB. An embedded database using LevelDB. Using JSON forencoding values. Using a readable stream. Command results in Multi. Optimistic locking using WATCH. Transactions using Lua scripts.
nodetuts.com
Node Tuts - Asynchronous Programming - episode 8
http://nodetuts.com/series/asynchronous-programming/mastering-asynchronous-programming-08.html
0,34,57,109,117,152,157,170,198,206,210,238,260,267,271,297,301,310,316,322,340]. Using async.queue for building a local work queue.
SOCIAL ENGAGEMENT