UNPKG

webxash3d-mserver

Version:
8 lines (7 loc) 187 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const http_1 = require("./http"); const server = new http_1.HTTPMServer({ port: 3001, }); server.start();