Atur CORS untuk kesalahan soket aplikasi Node React

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