Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.88 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.88 KB

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.

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).

Goals

  • Provide fast and accurate TCP and UDP data transfer
  • Asynchronous processing
  • Less development time

Features

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

How to Use

Fully functional examples on how to use Extasys can be found inside the repository. In case you want to take a quick look on how to use Extasys then take a look at the following quick examples. Also read the wiki pages

Quick Examples:

Downloads