olahol / melody

:notes: Minimalist websocket framework for Go
BSD 2-Clause "Simplified" License
3.75k stars 366 forks source link

Add troubleshooting for 403 #2

Closed saulshanabrook closed 9 years ago

saulshanabrook commented 9 years ago

I can't believe it has taken me so long to find this project. I really appreciate it, especially after creating a worse version myself, that had basically the same features but was crappier.

It took me a bit to figure out why I was getting a 403 and how to fix it. If you think it makes more sense, I can move this to a comment in the code so it shows up in Godoc instead of the readme.

olahol commented 9 years ago

Thank you for the kind words Saul :blush:

An addition of a FAQ in the readme is a great idea, thank you for you contribution.