xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

WebRTC 信令服务器

WebRTC 信令服务器

node.js & V8 libuv

socket.io

https://socket.io/

node-static

SSR

https://github.com/cloudhead/node-static

const static = require('node-static');
const http = require('http');
const file = new(static.Server)();
const app = http.createServer(function (req, res) {
  file.serve(req, res);
}).listen(2020);


ref

https://segmentfault.com/a/1190000018575278


posted @ 2020-04-24 22:11  xgqfrms  阅读(490)  评论(4编辑  收藏  举报