Home > Tags: node (Total 34 Records)
The Node Craftsman Book.
Web Development By:Manuel Kiessling 2017-04-28 00:00:00
The Node Craftsman Book helps JavaScript programmers with basic Node.js knowledge to now thoroughly master Node.js and JavaScript. This book dives you deeper into the craft of software development with Node.js and JavaScript, incuding object-orientation, test-driven development, database handling, w Web Development
Build Your Own Ethereum Mining Raspberry Pi Full Node [Python Client]: Mining on Raspberry Pi
Programming By:Deni Aldo 2017-09-03 00:00:00
This tutorial is to install the Ethereum PyEthApp client on a Raspberry Pi 2. Options will be given to store the blockchain data on the microSD card or on an external USB device. EthDev maintains three Ethereum clients: Eth (written in C++), Pyeth (written in Python), and Geth (written in Go). This Programming
HP Network Node Manager 9: Getting Started
Programming By:Marius Vilemaitis 2011-01-04 00:00:00
This book is a step-by-step guide describing how to implement, maintain, and expand the NNMi management tool. It is a practical guide, based on experience managing networks in a wide scale of network operation centers. Programming
Node Cookbook - Third Edition
Web Development By:David Mark Clements 2017-08-04 00:00:00
Over 60 high-quality recipes covering debugging, security, performance, microservices, web frameworks, databases, deployment and more rewritten for Node 4, 6, and 8. About This Book Security between Node.js and browser applications explained and applied in depth Cutting edge techniques and tools Web Development
Learning Node: Moving to the Server-Side
Web Development By:Shelley Powers 2016-06-13 00:00:00
Take your web development skills from browser to server with Node—and learn how to write fast, highly scalable network applications on this JavaScript-based platform. Updated for the latest Node Long Term Support (LTS) and Node Current (6.0) releases, this hands-on edition helps you master Node’ Web Development
Cross Platform Desktop Application Development: Electron, Node, NW.js and React
Web Development By:Dmitry Sheiko 2017-09-06 00:00:00
Key Features Build different cross-platform HTML5 desktop applications right from planning, designing, and deployment to enhancement, testing, and delivery Forget the pain of cross-platform compatibility and build efficient apps that can be easily deployed on different platforms. Build simple to ad Web Development
Tags: platform application development desktop cross node electron react nw.js
Web Development with Node and Express: Leveraging the JavaScript Stack
Web Development By:Ethan Brown 2014-00-00 00:00:00
Learn how to build dynamic web applications with Express, a key component of the Node/JavaScript development stack. In this hands-on guide, author Ethan Brown teaches you the fundamentals through the development of a fictional application that exposes a public website and a RESTful API. You’ll als Web Development
Tags: javascript web express development leveraging node stack
HP Network Node Manager 9: Getting Started
Programming By:Marius Vilemaitis 2011-01-04 00:00:00
This book is a step-by-step guide describing how to implement, maintain, and expand the NNMi management tool. It is a practical guide, based on experience managing networks in a wide scale of network operation centers. network node manager, hp network node, centers.hp network node, nnmi management tool, experience managing networks
Node Patterns - Networking: How to escape the trap of monolithic apps using Node
Networking By:Pedro Teixeira 2015-04-08 00:00:00
Building an application using a web framework can soon lead to one big chunk of monolithic code. This happens not because of the web framework itself, but mostly because building distributed services can be a hard task. Fortunately, Node makes it easy to build networked services, allowing you to spr monolithic apps, web framework, monolithic code, node patterns, multiplexing streams
Node Patterns - Module Patterns
Programming By:Pedro Teixeira 2015-04-08 00:00:00
The first short book of this series is a short introduction that sets the foundation of the next books to come. It shows what you can do with JavaScript and the Node module system to create and consume different types of modules: Singletons, Closure-based and prototype-based pseudo-classes, facades node module, module patternsthe, node patterns, module patterns, short book