码迷,mamicode.com
首页 > Web开发 > 详细

node创建http服务

时间:2019-09-22 19:14:09      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:cti   OLE   核心模块   code   进程   console   ons   log   创建   

// 引入http核心模块
const http = require('http')
// 创建一个服务
var server = http.createServer()

//一个操作系统最多可开辟的进程数 0-65535,最好在1000-5000
// 启动监听
server.listen(8080,function(){
    console.log('服务器启动成功')
})

node创建http服务

标签:cti   OLE   核心模块   code   进程   console   ons   log   创建   

原文地址:https://www.cnblogs.com/fu-liang/p/11568517.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!