File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ python3 setup.py install
4444# Examples
4545
4646Examples can be found in the /examples folder. It contains various server and client usages. The following is a table
47- denoting which <b >client</b > example is constructed to be run against which <b >server</b > example. Some of the examples
48- are in java to show compatibility with a different implementation.
47+ denoting which <b >client</b > example is constructed to be run against which <b >server</b > example. Some examples
48+ are in java to show compatibility with a different implementation. To run the java examples first build using < code >mvn package</ code >.
4949
50- The ** examples/test_examples.py** shows which pairs of client/server work with each other, and can be used to execute
51- all the examples
52- (except for the client_springboot.py which is set up to work against https://github.com/benwilcock/spring-rsocket-demo )
50+ The ** examples/test_examples.py** can be used to execute the relevant example server/client pairs.
51+
52+ The client_springboot.py is set up to work against https://github.com/benwilcock/spring-rsocket-demo .
5353
5454| server (python) | server (java) | client (python) | client(java) |
5555| ------------------------------------| -------------------------| ------------------------------------| -----------------|
You can’t perform that action at this time.
0 commit comments