mongodb tag

31 questions


1 answers
66 views
0
About node js event loop..

Could you briefly explain the event loop of node js? The concept is a little confusing.Can the processing order of various processes in the event loop be different regardless of the order in which the...

2 years ago

2 answers
102 views
0
During the operation of mongodb, we plan to keep logibility data until a specific date (30 days from today) and delete it afterwards.

Mysql operated it using the partition table, and MongoDB is considering the capped collection, but it seems that it can be set only with size and count.I also considered creating and erasing the colle...

2 years ago

1 answers
105 views
0
How to Implement Comments/Like Notifications

Like the attached image, please leave a comment or like such as What can I do if I want to create a notification feature?Here are some of the things that need to be implemented:


1 answers
124 views
0
I am studying node.js. I am curious about the template engines Jade & EJS and NoSQL MongoDB & OrientDB.

Node.js is studying.The question is very simple, but I'm asking you because it seems to be an important part.I'm trying to develop it using a template, but I have difficulty choosing which to study, J...


2 answers
101 views
0
This is a question about using Redis and mongoDB together.

First of all, I am implementing web messenger with node.js and socke.io.As I looked it up, I know that Redis is a NOSQL-based DB like Mongo, but there are cases where it is mixed with Mongo, so why is...


1 answers
104 views
0
Node.js retrieves data from mongodb and sends it to socket.io, but the order is twisted.

I thought it would be long if I put the whole sauce, so I cut it and edited it and uploaded it.I'm sorry if it looks messyfor(var index in room.messagelog){ if(msg.type != 'data'){ match = urlPattern...

2 years ago

1 answers
120 views
0
How to implement Node.js point functionality

Hello.I would like to develop a similar point function of the attached image.My questions are as follows.How to distinguish points when points are used/stacked Database Schema Configuration Here's how...


1 answers
90 views
0
How to use node.js mongoDB cache

We are developing node.js + express + mongoDB. There are times when I call up the db and organize it like a bulletin board, but it doesn't change that often, so it feels very inefficient to do DB I/O ...

2 years ago

1 answers
111 views
0
Python flask 405 error

index.html{% for obj in data_list%} <!-- single item --> <div class=item my-3> <h5 class=item-name text-capitalize>{{obj.contents}}</h5> <div class=item-icons> <a hre...

2 years ago

1 answers
119 views
0
I want to implement membership with Node.js and Mongodb.

Hello, it's nothing butI'm working on a code to implement membership with node.js and mongoDBI have a question because I couldn't get the username and password continuously.I don't know what the hell'...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.