Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nsiatras/extasys
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiatras committed Jul 23, 2022
2 parents de81bf4 + df7c049 commit e624142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Extasys

Asynchronous TCP/UDP socket library

Extasys is a fast, accurate and easy to use TCP/UDP socket library for Java, Mono and Microsoft .NET Framework. The power of this socket is the asynchronous data proccessing that offers.
Extasys is a fast, accurate and easy to use TCP/UDP socket library for Java. The power of this socket is the asynchronous data proccessing that offers.

If you are using sockets then Extasys is the proper tool for your work. It's been designed to take the hard job done and let you think only about the message exchange (the process).

Expand All @@ -15,7 +15,7 @@ If you are using sockets then Extasys is the proper tool for your work. It's bee

#### Features
* Dedicated Thread Pool for each TCPServer, TCPClient, UDPServer and UDPClient
* Multiple listeners per server and multiple connectors per client
* Multiple listeners per server and multiple connectors per Client
* TCP message collector with character or string message splitter

## How to Use
Expand Down

0 comments on commit e624142

Please sign in to comment.