-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
19 lines (19 loc) · 5.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "nodejs-professionals",
"version": "1.0.0",
"description": "| Chapter | Details | |:-------:|:-------:| | 1: Getting started with Node.js | [Readme](/chapters/1/readme.md) | | 2: npm | [Readme](/chapters/2/readme.md) | | 3: Web Apps With Express | [Readme](/chapters/3/readme.md) | | 4: Filesystem I/O | [Readme](/chapters/4/readme.md) | | 5: Exporting and Consuming Modules | [Readme]() | | 6: Exporting and Importing Module in node.js | [Readme]() | | 7: How modules are loaded | [Readme]() | | 8: Cluster Module | [Readme]() | | 9: Readline | [Readme]() | | 10: package.json | [Readme]() | | 11: Event Emitters | [Readme]() | | 12: Autoreload on changes | [Readme]() | | 13: Environment | [Readme]() | | 14: Callback to Promise | [Readme]() | | 15: Executing files or commands with Child Processes | [Readme]() | | 16: Exception handling | [Readme]() | | 17: Keep a node application constantly running | [Readme]() | | 18: Uninstalling Node.js | [Readme]() | | 19: nvm - Node Version Manager | [Readme]() | | 20: http | [Readme]() | | 21: Using Streams | [Readme]() | | 22: Deploying Node.js applications in production | [Readme]() | | 23: Securing Node.js applications | [Readme]() | | 24: Mongoose Library | [Readme]() | | 25: async.js | [Readme]() | | 26: File upload | [Readme]() | | 27: Socket.io communication | [Readme]() | | 28: Mongodb integration | [Readme]() | | 29: Handling POST request in Node.js | [Readme]() | | 30: Simple REST based CRUD API | [Readme]() | | 31: Template frameworks | [Readme]() | | 32: Node.js Architecture & Inner Workings | [Readme]() | | 33: Debugging Node.js application | [Readme]() | | 34: Node server without framework | [Readme]() | | 35: Node.JS with ES6 | [Readme]() | | 36: Interacting with Console | [Readme]() | | 37: Cassandra Integration | [Readme]() | | 38: Creating API's with Node.js | [Readme]() | | 39: Graceful Shutdown | [Readme]() | | 40: Using IISNode to host Node.js Web Apps in IIS | [Readme]() | | 41: CLI | [Readme]() | | 42: NodeJS Frameworks | [Readme]() | | 43: grunt | [Readme]() | | 44: Using WebSocket's with Node.JS | [Readme]() | | 45: metalsmith | [Readme]() | | 46: Parsing command line arguments | [Readme]() | | 47: Client-server communication | [Readme]() | | 48: Node.js Design Fundamental | [Readme]() | | 49: Connect to Mongodb | [Readme]() | | 50: Performance challenges | [Readme]() | | 51: Send Web Notification | [Readme]() | | 52: Remote Debugging in Node.JS | [Readme]() | | 53: Database (MongoDB with Mongoose) | [Readme]() | | 54: Good coding style | [Readme]() | | 55: Restful API Design: Best Practices | [Readme]() | | 56: Deliver HTML or any other sort of file | [Readme]() | | 57: TCP Sockets | [Readme]() | | 58: Hack | [Readme]() | | 59: Bluebird Promises | [Readme]() | | 60: Async/Await | [Readme]() | | 61: Koa Framework v2 | [Readme]() | | 62: Unit testing frameworks | [Readme]() | | 63: ECMAScript 2015 (ES6) with Node.js | [Readme]() | | 64: Routing AJAX requests with Express.JS | [Readme]() | | 65: Sending a file stream to client | [Readme]() | | 66: NodeJS with Redis | [Readme]() | | 67: Using Browserfiy to resolve 'required' error with browsers | [Readme]() | | 68: Node.JS and MongoDB. | [Readme]() | | 69: Passport integration | [Readme]() | | 70: Dependency Injection | [Readme]() | | 71: NodeJS Beginner Guide | [Readme]() | | 72: Use Cases of Node.js | [Readme]() | | 73: Sequelize.js | [Readme]() | | 74: PostgreSQL integration | [Readme]() | | 75: MySQL integration | [Readme]() | | 76: MySQL Connection Pool | [Readme]() | | 77: MSSQL Intergration | [Readme]() | | 78: Node.js with Oracle | [Readme]() | | 79: Synchronous vs Asynchronous programming in nodejs | [Readme]() | | 80: Node.js Error Management | [Readme]() | | 81: Node.js v6 New Features and Improvement | [Readme]() | | 82: Eventloop | [Readme]() | | 83: Nodejs History | [Readme]() | | 84: passport.js | [Readme]() | | 85: Asynchronous programming | [Readme]() | | 86: Node.js code for STDIN and STDOUT without using any library | [Readme]() | | 87: MongoDB Integration for Node.js/Express.js | [Readme]() | | 88: Lodash | [Readme]() | | 89: csv parser in node js | [Readme]() | | 90: Loopback - REST Based connector | [Readme]() | | 91: Running node.js as a service | [Readme]() | | 92: Node.js with CORS | [Readme]() | | 93: Getting started with Nodes profiling | [Readme]() | | 94: Node.js Performance | [Readme]() | | 95: Yarn Package Manager | [Readme]() | | 96: OAuth 2.0 | [Readme]() | | 97: Node JS Localization | [Readme]() | | 98: Deploying Node.js application without downtime | [Readme]() | | 99: Node.js (express.js) with angular.js Sample code | [Readme]() | | 100: NodeJs Routing | [Readme]() | | 101: Creating a Node.js Library that Supports Both Promises and Error- First Callbacks | [Readme]() | | 102: Project Structure | [Readme]() | | 103: Avoid callback hell | [Readme]() | | 104: Arduino communication with nodeJs | [Readme]() | | 105: N-API | [Readme]() | | 106: Multithreading | [Readme]() | | 107: Windows authentication under node.js | [Readme]() | | 108: Require() | [Readme]() | | 109: Route-Controller-Service structure for ExpressJS | [Readme]() | | 110: Push notifications | [Readme]() |",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pro-js/nodeJS-Professionals.git"
},
"author": "Morol",
"license": "ISC",
"bugs": {
"url": "https://github.com/pro-js/nodeJS-Professionals/issues"
},
"homepage": "https://github.com/pro-js/nodeJS-Professionals#readme"
}