
Node.js
screaming
这个作者很懒,什么都没留下…
展开
-
nodemon to monitor node.js
node.js rapid development: nodemon(edit)node.js is clearly the hottest thing since sliced bread, and recently I've been working on a larger project that runs as a node server.The problem转载 2016-09-23 09:56:53 · 485 阅读 · 0 评论 -
Node.js and Express
Creating a basic site with Node.js and ExpressA walkthrough on how to create and deploy a basic site with Node.js and the Express frameworkEstimated reading time: 7 minutesTable of contents转载 2016-09-23 09:57:43 · 541 阅读 · 0 评论 -
guide for node.js and express, jade, mongodb
THE DEAD-SIMPLE STEP-BY-STEP GUIDE FOR FRONT-END DEVELOPERS TO GETTING UP AND RUNNING WITH NODE.JS, EXPRESS, JADE, AND MONGODBSET UP THE FULL STACK AND HAVE A WEBPAGE RUNNING IN 30 MINUTES. MAKE I转载 2016-09-23 09:59:51 · 875 阅读 · 0 评论 -
express install
InstallingAssuming you’ve already installed Node.js, create a directory to hold your application, and make that your working directory.$ mkdir myapp$ cd myappUse the npm init command to cr转载 2016-09-23 10:00:20 · 552 阅读 · 0 评论 -
upgrade node.js with n
Node.js fundamentals: how to upgrade the Node.js version10 OCTOBER 2012 on node fundamentals, node.js, nodejs, version managemntNode.js is being actively developed, and the latest stable version转载 2016-09-21 15:34:05 · 288 阅读 · 0 评论 -
nodejs redis commands
Nodejs学习笔记(九)--- 与Redis的交互(mranney/node_redis)入门目录简介和安装redis简介redis安装redis运行node_redis安装连接到redis服务器redis.createClient()认证 client.auth(password, callback)单值set和getclient转载 2016-10-25 21:29:40 · 666 阅读 · 0 评论 -
what is app.use in NodeJS/Express
NodeJS / Express: what is “app.use”?up vote 108 down vote favorite31In the docs for the NodeJS express module, the example code has app.use(...).What is the use funct转载 2016-10-31 16:53:07 · 434 阅读 · 0 评论