This article mainly introduces Node. module mechanism learning notes in js. This article describes CommonJS module specifications, Node module implementation process, module call stack, packages, and NPM. For more information, see Javascript, no one once considered it a programming language. In the Web 1.0 era, this scripting language is mainly used for Form Veri
has been learning node for some time, before the Great node. js, the basic understanding of some of the basic usage of node and some concepts, and then began to see the second node. JS Combat, the first chapter is to build a blog
Node. js blog instance (6) message function, node. js instance
Original tutorial.
This function enables users to leave messages for articles. The messages are stored in the database.
Post. js, modify the document to be saved in Post. prototype. save as follows:
// Var post
Node. js common module collection and node. js collection
It collects some common modules in NodeJS development.MVC Framework-Express
Express is a lightweight and flexible Nodejs Web application framework that can quickly build websites. The Express framework is built on the built-in Http module of Nodejs, And the Http
event and processes it.
7. Summary
This week's efficiency is quite good, and the problems encountered are still on evernote. The difference between localhost and 127.0.0.1 has also occurred before. This week, I learned a function during js debugging, which allows js to dump an object like php. Now paste it below for sharing.
The Code is as follows:
Function dump (arr, level ){Var dumped_text = "";If (! L
Node. js blog instance (9) Tag and tag page, node. js instance
Original tutorial.
Each article has a maximum of three tags (less than three tags can also be). When you click the link on the left-side tab of the home page, you can jump to the tab and list all existing tags. When you click any tag link, go to this tab an
This article mainly introduces how to run Node. js IIS extension iisnode installation configuration notes, iisnode extension can put Node. js programs are hosted in IIS. after hosting, various functions in IIS can also be used. if you need them, refer to your plans to use
process number export PATH = $ PATH:/usr/local/bin # specify the Node executable program installation directory here, my options are/usr/local/binexport NODE_PATH = $ NODE_PATH: /usr/local/lib/node_modules # the path of the Node class library # You do not need to modify node = nodeforever = forevercase "$1" in start) $ forever start-l $ LOG -- pidFile $ PID-a $
permission, which is not safe. Therefore, it is not recommended to use it in a secure system.
$ sudo chown root /usr/local/bin/node$ sudo chmod +s /usr/local/bin/node
Articles you may be interested in:
Install and configure the node. js + express development environment in win7
How to install
thousands of modules for various tasks, such as file upload management, and connects to the MySQL database or Redis.
Image Source: HostOnNet.com
For programmers who need to re-use the Code created by external JavaScript developers to solve a specific problem, Node. js Package Manager or NPM is their savior. NPM also allows JavaScript developers to download updates to specific Code previously used in their
This article mainly introduces how to run Node. js IIS extension iisnode installation configuration notes, iisnode extension can put Node. js programs are hosted in IIS. After hosting, various functions in IIS can also be used. If you need them, refer to your plans to use
This article mainly introduces Node. js package details, Node. A js package is a directory that contains the package in JSON format. json, Node. the js package basically follows the CommonJS specification. For more information, se
Node. js blog instance (7) Paging function, node. js Paging
Original tutorial.
Adds the paging function to the homepage and user pages of a blog. Set: up to 10 articles can be displayed on each page of the home page and user page.Here the skip and limit operations of mongodb
Node. js has quickly benefited from its event-driven and asynchronous features. This article will introduce 10 articles. It has been tested that it can greatly improve the skills of Node applications. Let's take a look at NodeJS one by one as a server-side JavaScript interpreter, which will change the concept of how the server works. It aims to help programmers b
Node. js package details, Node. js package details
In Node. in js language, packages and modules are not essentially different. packages are further abstracted Based on modules. Packages encapsulate an independent function, it is
This article mainly introduces how to use Meteor with Node. js Code example of real-time chat application, Node. as an asynchronous framework, js is used to compile real-time applications. For more information, see Derby. the framework for js comparison is Meteor.
http://127.0.0.1:3000");In this simple example, we implement the foreground form submission and retrieve the data in the background.With this simple example, we might want to do something more complicated, so how do we do it, Node+express+mongodb: The first part, basic knowledge point Summaryexpress--a simple and flexible node.
Sails is an intermediate Node. js architecture that helps us easily build web applications. And node. js and Sails log mechanisms have also been mentioned in this Article. If you need them, you can study them together. This article will start with the installation of sails and then introduce
Use node. js to create the website front-end and node. js front-end
What can node. js do? I still don't know where he is widely used, and I have no chance to access such a project. Just because I like it, I made a website and back
As a good Restfull Api, it is not only about the semantics, readability, power, and orthogonal of service URLs, but also about http Status codes. A good Http Status Code gives users a good response, for example, 200 indicates normal success, 201 indicates successful creation, 409 conflict, and 404 resource does not exist. Therefore, we are working on a node-based architecture. node is found in
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.