What technical solution should be used to build a node project?

I mainly want to use puppeteer to do some automated testing
but some es6 syntax will not be supported
I would like to ask what technical solution is better
to be honest, I don"t think koa express has the necessity of get to use these frameworks


puppeteer is a library that calls chrome through node. Koa and express are web frameworks, and the former and the latter do not work in the same area. in addition, if you are concerned about the compatibility of es6, you can use babel conversion. I think what you need is not a plan, but a clear understanding of the specific functions you want to achieve.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1cdf2b0-39431.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1cdf2b0-39431.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?