Establezca CORS para un error de socket de aplicación React Node

// add this on client side
const socket = openSocket('http://localhost:8000', , {transports: ['websocket']});
Brave Bee