python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Extend parameters of already defined method
I am writing a Koa web server, and want to know if its possible to add another parameter to an already defined method on the Koa.app object.
const mongoState = await connectToDatabase();
app.use(...

Eric Christensen
Votes: 0
Answers: 1
Mongodb updateMany() not working in nodejs
I have a collection called imported_products with documents as following,
{
"_id" : ObjectId("61dd75ab9c56561c4e36ae64"),
"shop" : "lotesting.myshopify.com&q...
Nabeel Munir
Votes: 0
Answers: 1
How to format timestamps in batch in nodejs
I use koajs to wrote a webapp and I'm having a little trouble with the timestamp format in the database, there are a lot of records and each record is formatted like this.
{
"_id": {
...
Bill
Votes: 0
Answers: 1
How find into Koa context the WebSocket and Request connected to a connection?
I'd like connect the Koa application used mainly for easy handling of the middlewares, the { createServer } from http for handling the http server events, and the { WebSocketServer } from ws to handli...
cicciosgamino
Votes: 0
Answers: 0