Skip to content

Commit a02e3c8

Browse files
Update README.md
1 parent dd52fa0 commit a02e3c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ReactiveSocket is (being developed to be a) network protocol with client and server implementations following <a href="http://reactive-streams.org">Reactive Streams</a> semantics.
44

5-
It enables the following interaction models via async message passing over a single network connection:
5+
It enables the following symmetric interaction models via async message passing over a single network connection:
66

77
- request/response (stream of 1)
88
- request/stream (finite stream of many)
@@ -11,6 +11,7 @@ It enables the following interaction models via async message passing over a sin
1111

1212
Artifacts include:
1313

14+
- [Motivation.md](https://github.com/ReactiveSocket/reactivesocket/blob/master/Motivation.md): Motivation for creating this protocol.
1415
- [DesignPrinciples.md](https://github.com/ReactiveSocket/reactivesocket/blob/master/DesignPrinciples.md): Design and Architectural principles and context for the protocol and how it will be used.
1516
- [Protocol.md](https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md): The protocol definition.
1617

0 commit comments

Comments
 (0)