Définir les COR pour une erreur de socket d'application React Node

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