Skip to content
Nikos Siatras edited this page Nov 30, 2016 · 22 revisions

Extasys

Extasys is an open source, high performance, asynchronous TCP/UDP socket library originally developed with Java. Its multi-threaded and lightweight nature makes it ideal for super fast data transfer even on systems with ARM architecture like smartphones and single-board computers (Raspberry Pi, Orange Pi etc.).

How to Use

Import Extasys in your Project

To use Extasys you have to download the latest release and import it in your project. If you need help then take a look at the following guide.

Example Code

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.

Quick Examples:

How to build

Extasys for Java is developed using the NetBeans IDE. In case you want to build it just clone the Github repository and open the project using the Netbeans IDE. The same applies for the .NET (C#) version which is build using the** Microsoft Visual Studio Express**.

Clone this wiki locally