当前位置:网站首页>Node start server
Node start server
2022-07-03 03:16:00 【Su Xiaohua】
// The import module
const http=require("http")
// establish web Server instance
const server =http.createServer()
// The binding event , Monitor requests
server.on("request",function(res,res){
console.log(" To start ")
})
// Start the server
server.listen(8084,function(){
console.log("http://127.0.0.1:8084");
})
边栏推荐
- Section 26 detailed explanation and demonstration of IPSec virtual private network configuration experiment - simulation experiment based on packettracer8.0
- Elsevier latex 提交文章 pdftex.def Error: File `thumbnails/cas-email.jpeg‘ not found: using draf
- MySql实战45讲【行锁】
- Idea format code idea set shortcut key format code
- labelme标记的文件转换为yolov5格式
- Pat class B common function Usage Summary
- I2C 子系统(二):I3C spec
- Anhui University | small target tracking: large-scale data sets and baselines
- Vs 2019 configuration du moteur de génération de tensorrt
- 从输入URL到页面展示这中间发生了什么?
猜你喜欢
Do you really understand relays?
3D drawing example
I2C 子系统(二):I3C spec
MySQL practice 45 lecture [transaction isolation]
Limit of one question per day
Pytorch配置
用Three.js做一个简单的3D场景
Section 26 detailed explanation and demonstration of IPSec virtual private network configuration experiment - simulation experiment based on packettracer8.0
Hi3536C V100R001C02SPC040 交叉编译器安装
VS 2019 配置tensorRT生成engine
随机推荐
How to limit the size of the dictionary- How to limit the size of a dictionary?
@Accessors annotation function specifies that the prefix follows the hump naming
How to select the minimum and maximum values of columns in the data table- How to select min and max values of a column in a datatable?
Notifydatasetchanged not applicable to recyclerview - notifydatasetchanged not working on recyclerview
Vs 2019 configuration du moteur de génération de tensorrt
About HTTP cache control
[combinatorics] number of solutions of indefinite equations (number of combinations of multiple sets R | number of non negative integer solutions of indefinite equations | number of integer solutions
Model transformation onnx2engine
The calculation of stripe, kernel and padding in CNN
Docker install MySQL
别再用 System.currentTimeMillis() 统计耗时了,太 Low,StopWatch 好用到爆!
Basic information of Promethus (I)
Pytorch轻量级可视化工具wandb(local)
Spark on yarn资源优化思路笔记
How to use asp Net MVC identity 2 change password authentication- How To Change Password Validation in ASP. Net MVC Identity 2?
MySQL Real combat 45 [SQL query and Update Execution Process]
Don't use the new Dede collection without the updated Dede plug-in
Pytoch configuration
MySQL practice 45 [SQL query and update execution process]
The XML file generated by labelimg is converted to VOC format