USharing
开放博客

NodeJs

使用 superagent 与 cheerio 完成简单爬虫

Ai, Kelvin阅读(396)赞(0)

目标 建立一个 lesson3 项目,在其中编写代码。 当在浏览器中访问 http://localhost:3000/ 时,输出 CNode(https://cnodejs.org/ ) 社区首页的所有帖子标题和链接,以 json 的形式。...

How to use MongoDB with Node.js

Ai, Kelvin阅读(427)赞(0)

In this tutorial I’ll show you how to interact with a MongoDB database from Node.js   We’ll be using the offi...

用express写一个简单的爬虫

Ai, Kelvin阅读(397)赞(0)

框架 Express express 是 Node.js 应用最广泛的 web 框架,express 的官网是 http://expressjs.com/ 。 在文件目录下安装express 新建文件和package.json文件。 mkd...