node.js tag

261 questions


1 answers
62 views
0
Advice on server language selection when building web services in startups.

It's a startup.I'm preparing a web service, but I'm not sure which language to use, php or node.js. At first, it was developed as node.js, which is a trend and has the advantage of being able to devel...

2 years ago

1 answers
36 views
0
[Node.js] If logged in, if not.

Hi, everyone. Recently, I've been implementing a page with node.js.If I log in this part, I want to change it to log out. I have no idea how. The advice to use cookies didn't help much.I am using pass...

2 years ago

1 answers
34 views
0
[node.js] Upload an image to ckeditor

Hello, I am using ckeditor to implement the bulletin board with node.js.As shown above, it was transferred to the server and saved in mysql so that if you post, you can upload the picture.The results ...

2 years ago

1 answers
43 views
0
gateway, middleware

There are many terms for gateway and middleware in API construction. There's a sense of ambiguity when you look at exactly what it means.Also, I want to know the difference between the two terms if th...

2 years ago

1 answers
41 views
0
Can't I configure file upload through node.js and mysql?

I've been using mysql and node.js to explore the file upload function, but given that there's no information, can't I make it because it seems impossible?

2 years ago

1 answers
36 views
0
I would like to implement the "View Count" function on the bulletin board in node.js.

Hello, I'm making a web page with node.js.DB is using mysql, and I want to increase the view count when I press the post./////////////////////////router.get('/read/:idx',function(req,res,next) // When...

2 years ago

1 answers
91 views
0
When implementing the search function, create a query string in a get manner (?)

Node.js + express is in use. Oh, the ejs template!You are about to implement a search function among the bulletin board functions.I'm trying to implement it in a get way.<option value=title,body>...


1 answers
90 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?

2 years ago

1 answers
106 views
0
Changing the installation path for an installer created with the electron-winstaller

The installer was created using the electron-winter installer module in the electron, but if you install it with setup.exe, C:\Users[User Name]\AppData\Local\electronIt is installed in the path above....

2 years ago

1 answers
49 views
0
I don't know how to save font size or color on the web

We are building a personal blog using node.js and Mongodivi.When posting a blog, there is no problem with the enter or space bar in the article when you select it from the string and save it as &n...

« - 16 - »

© 2024 OneMinuteCode. All rights reserved.