Umamaheswararao Meka

Results 1 comments of Umamaheswararao Meka

https://github.com/stomp-js/stompjs/issues/28#issuecomment-554984094 This worked for me in NodeJS, thank you @kum-deepak . below is my code. ``` const WebSocket = require('ws'); Object.assign(global, { WebSocket: require('ws') }); new WebSocket.Server({ port: 8080 })...