Node.js cuts off files when serving over HTTPS

后端 未结 5 1469
醉梦人生
醉梦人生 2021-01-03 00:12

I am trying to serve some JavaScript files with Node.js and for whatever reason the files are being cut off in the middle of the transmission. The code:

http         


        
5条回答
  •  旧时难觅i
    2021-01-03 00:27

    have you tried to use built-in HTTPS server? http://nodejs.org/docs/v0.4.11/api/https.html

提交回复
热议问题