Merge pull request #684 from psvnlsaikumar/master

Update API.md
This commit is contained in:
Gene
2021-07-21 08:29:11 -07:00
committed by GitHub
+1 -1
View File
@@ -66,7 +66,7 @@
## How it Works?
Tinode is an IM router and a store. Conceptually it loosely follows a publish-subscribe model.
Tinode is an IM router and a store. Conceptually it loosely follows a [publish-subscribe](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern) model.
Server connects sessions, users, and topics. Session is a network connection between a client application and the server. User represents a human being who connects to the server with a session. Topic is a named communication channel which routes content between sessions.