Posts by Batata Comunista • 7 points
2 posts
-
-2
votes1
answer45
viewsQ: Update on Mongodb
Is there a function that allows you to send a message when some data is added to Collection? Kind of a logs For example: data = { "_id": 12345678910 } return db.insert_one(data) Terminal: Um novo…
-
0
votes1
answer282
viewsQ: Timer in Javascript
I wonder how I can make that, the person can only vote on a project by clicking on a button every 24 hours, half a JS Timer. Example: "The person will vote, and only after a day he can vote again".…