Go to file
Marcelo Pires 6e0272acb9 faye protocol always send and ACK for published messages.
remove OnPublishResponse and make publish a blocking function until we receive ACK from server
2018-09-24 16:48:38 +02:00
extensions add dispatcher 2018-09-24 16:13:57 +02:00
internal faye protocol always send and ACK for published messages. 2018-09-24 16:48:38 +02:00
message add dispatcher 2018-09-24 16:13:57 +02:00
subscription add dispatcher 2018-09-24 16:13:57 +02:00
test faye protocol always send and ACK for published messages. 2018-09-24 16:48:38 +02:00
transport faye protocol always send and ACK for published messages. 2018-09-24 16:48:38 +02:00
.gitignore ignore IDE folder 2018-09-07 18:32:21 +02:00
client.go faye protocol always send and ACK for published messages. 2018-09-24 16:48:38 +02:00
LICENSE Initial commit 2018-09-04 22:18:42 +02:00
README.md add services to TODO list 2018-09-11 13:54:56 +02:00

faye

faye protocol implemented in go

GoDoc

TODO

  • port complete javascript test suite to go
  • wildcard subscriptions
  • services