All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.reactivex.netty.examples.http.plaintext.README.md Maven / Gradle / Ivy

There is a newer version: 0.5.3
Show newest version
Overview
========

This example is intended to be a sample used for "helloworld" performance tests for RxNetty and has optimizations specific
for helloworld kind of tests.

The following are the primary differences over the [HelloWorld example](../helloworld) 

- This example does NOT aggregate HTTP requests.
- This example does NOT print the request headers.

Running
=======

To run the example execute:

```
$ cd RxNetty/rxnetty-examples
$ ../gradlew runPlainTextServer
```

and in another console:

```
$ cd RxNetty/rxnetty-examples
$ ../gradlew runPlainTextClient
```




© 2015 - 2024 Weber Informatics LLC | Privacy Policy