joshk / pusher

Pusher server in Go
37 stars 15 forks source link

Support of client socket #9

Open owenthereal opened 10 years ago

owenthereal commented 10 years ago

I would like to do something similar to https://github.com/pusher/pusher-ruby-client/blob/master/lib/pusher-client/socket.rb but in Go.

owenthereal commented 10 years ago

Potential websocket lib to use: https://github.com/gorilla/websocket/blob/master/client.go or https://code.google.com/p/go/source/browse/websocket/client.go?repo=net

joshk commented 10 years ago

:+1: to adding socket support, possibly using the go websocket lib, although willing to hear opinions on using the gorilla one too.

joshk commented 10 years ago

actually, after reading the readme, maybe using the gorilla one might be better.