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

io.reactivex.netty.examples.udp.README.md Maven / Gradle / Ivy

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

It is basic UDP client/server example.

Running
=======

To run the example execute:

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

and in another console:

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy