Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建我的第一个 nodejs 支持的站点。是否有一个单点包来处理:a) HTTP 请求和响应 b) 动态内容创建?
类似于 JSP 框架或 PHP 的 CodeIgniter,只是使用 Nodejs 对标准 Web 服务器操作的单点标准封装。
表达为执行此操作的 cli 工具调用express。它非常有用。为拿到它,为实现它
express
sudo npm install express -g
接着
express MyAppFolder