Can I use jQuery with Node.js?

前端 未结 20 1646
清歌不尽
清歌不尽 2020-11-22 05:42

Is it possible to use jQuery selectors/DOM manipulation on the server-side using Node.js?

20条回答
  •  遥遥无期
    2020-11-22 06:22

    At the time of writing there also is the maintained Cheerio.

    Fast, flexible, and lean implementation of core jQuery designed specifically for the server.

提交回复
热议问题