Go to file
2023-09-25 15:25:43 -05:00
examples Updating packages 2023-09-18 21:01:38 -05:00
extensions Updating packages 2023-09-18 21:01:38 -05:00
internal Fixing error where connection was re-established incorrectly 2023-09-25 15:25:43 -05:00
message add dispatcher 2018-09-24 16:13:57 +02:00
subscription Attempting to subscribe in a go routine 2023-09-22 16:06:58 -05:00
test Handeling websocket disconnect 2023-09-19 16:16:34 -05:00
transport Fixing error where connection was re-established incorrectly 2023-09-25 15:25:43 -05:00
.gitignore ignore IDE folder 2018-09-07 18:32:21 +02:00
client.go Using one connection for multiple authenticated clients 2023-09-19 20:40:52 -05:00
go.mod Updating packages 2023-09-18 21:01:38 -05:00
go.sum Working authenticated connection 2023-09-18 20:58:15 -05:00
LICENSE Initial commit 2018-09-04 22:18:42 +02:00
README.md Update README.md 2018-09-24 16:15:25 +02:00

faye

faye protocol implemented in go

GoDoc

TODO

  • port complete javascript test suite to go

  • wildcard subscriptions

  • services