[Node.js] Framework about view
Related Posts:
[Node.js][mysql] How to install mysql(mariaDB) Install mysql(mariaDB) package sudo pacman -S mysql Add one new user was called “mysql”. sudo useradd mysql Change mysql’s owner sudo chown … Read More
[Node.js] Use function in other file The code of string.js like below function randomString(length) { var result = ''; var chars = '0123456789abcdefghijklmnopqrstuvwxy… Read More
[Node.js] Show session ID on consoleThis is a example how to use express-session. After create this file and install dependency package (npm install –save xxx). Open the webpage and typ… Read More
[Node.js] Beautifier for javascript codePlease install js-beautify by using node.js npm -g install js-beautify npm install js-beautifyjs-beautify -r foo.js Or Download code from Beautif… Read More
[Node.js] “Middleware” create by myselfOpen “Middleware” for myself. use() is a way to include "Middleware". app.use(function(req, res, next) { // output string to web browser re… Read More
0 意見:
張貼留言