ws2mpd/demo/index.js

5 lines
109 B
JavaScript
Raw Normal View History

2019-03-19 18:13:15 +08:00
let httpServer = require("http").createServer();
httpServer.listen(8080);
require("..").ws2mpd(httpServer);