googollee / go-socket.io

socket.io library for golang, a realtime application framework.
Other
5.63k stars 825 forks source link

Cors problem with Golang Server #620

Open HichOoMa opened 7 months ago

HichOoMa commented 7 months ago

I am using go-socket.io in the backend

When I implement socket in the front side it show error Reason: CORS header ‘Access-Control-Allow-Origin’ missing

TRSeculan commented 6 months ago

any answer on this ?

HichOoMa commented 6 months ago

Still not but I moved to work with gorilla websocket is easy to implement also