nodejs icon indicating copy to clipboard operation
nodejs copied to clipboard

:book: nodejs中文文档

Results 3 nodejs issues
Sort by recently updated
recently updated
newest added

Use free database mongoose : with script this app.get("/insert", async (req,res) => { const fmyc = new myc({timename: "Fin", timeEnergie: 100}); try{ await fmyc.save(); res.send("my Collection Inserted!"); }catch(err) {console.log(err);} })

如果电子版也将代码缩进和高亮一下更好了

help wanted
github