Stellen Sie CORs für einen React -Knotenanwendungs ​​-Socket -Fehler ein

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