Skip to content

Commit

Permalink
Ooooooh fancy term! I like it!
Browse files Browse the repository at this point in the history
  • Loading branch information
pote committed May 17, 2017
1 parent cd6ea27 commit a7d3c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For a short demonstration, check out the sample command line Philote client call

## Basics

Philote implements a basic [Publish-subscribe pattern](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern), messages sent over the websocket connection are classified into `channels`, and each connection is given read/write access to a given list of channels at authentication time.
Philote implements a basic topic-based [Publish-subscribe pattern](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern), messages sent over the websocket connection are classified into `channels`, and each connection is given read/write access to a given list of channels at authentication time.

Messages sent over a connection for a given channel (to which it has write permission) will be received by all other connections (that have read permission to the channel in question).

Expand Down

0 comments on commit a7d3c95

Please sign in to comment.