express tag

10 questions


1 answers
64 views
0
I like posts and comments. When I developed functions,

Developing node.js as express.I've completed the bulletin board and comment function, but I'd like to add a like function.Both members and non-members can use comments and like functions.I don't know ...

1 years ago

1 answers
77 views
0
I wonder how express js and Angular js communicate to create the web.

What I'm thinking isIs this how you make it?

1 years ago

1 answers
92 views
0
Nodejs, I'm asking you a question.

``Hello, I'm going to print out a video using node js express. I set the path well, but the video didn't run, so I'm posting a question.This is the main app.js.The express module was used to output th...

1 years ago

2 answers
81 views
0
This is a question about node.js. I'd like to receive the value delivered by the Express Router from Jade's inline JavaScript.

You are about to receive the rows value passed by the Express Router from Jade's inline JavaScript. '#{rows[1].It's accessible by the code 'id}', but I can't figure out where it's coming from. Also, w...

1 years ago

1 answers
71 views
0
The timeout error occurs only in the appropriate request.

POST, PUT, and DELETE are normally processed without any problems when requesting api, but what is the problem if there is always a timeout when requesting GET...Haha;Currently, we are working on reac...


2 answers
87 views
0
Question about using the module when a NodeJS+Express simultaneous request is received.

Hello, I am currently running the Express app using AWS Lambda.I have a question about NodeJS, which is based on Single Thread.// dateUtil.jsuse strict;var DateUtil = (function () { function DateUtil(...

1 years ago

1 answers
105 views
0
What is the stable way to connect mariadb in Node.js?

We are developing a website with node.js + express environment.After developing the division part using sequelize, I was familiar with sql, so I removed all the sequelize parts and developed them.Howe...

1 years ago

1 answers
83 views
0
json, string object conversion related (express, ejs template)

Node.js + express is under development.The data type I want to use in javascript is var word_array = [ {text: Lo, age: 15}, {text: Ip, age: 9}, {text: Do, age: 6}, {text: Si, age: 7}, {text: Am, age: ...

1 years ago

1 answers
88 views
0
When I press a specific button in express, I want to modify mysql data and then load the modified page.

main.jsapp.post('/count', function(req, res){ var num_ = Object.keys(req.body)[0]; var sql = 'select times from db where num=?' conn.query(sql, [num_], function(err, rows){ if(err){ console.log(err)...

1 years ago

1 answers
105 views
0
Implement bulletin board paging

Implementing node.js + express + ejs template.I implemented the bulletin board with a lot of help from the hash code.I implemented it without an editor. (Because of that, I still implemented uploading...

1 years ago

© 2024 OneMinuteCode. All rights reserved.