UNPKG

eploy2

Version:

Easy deployment for any programming languages and also transfer the files to a server instantly with a single command

11 lines (9 loc) 256 B
import WebSocketServer from './server/index' (async () => { try { await WebSocketServer.onInit(); console.log("Server running at a port 10101") } catch (error) { console.log('Connection error due to: ' + error) } })();