Skip to content

Alessandro-Salerno/Bialetti

Repository files navigation

Contributors Forks Stargazers Issues MIT License

Bialetti

Bialetti is a Java networking library/framework meant to abstract away some of the lower level parts of using TCP/UDP Sockets to create server-side and client-side applications.

Report Bug || Request Feature

Snow

Why Bialetti?

Alfonso Bialetti was the original creator of the Moka, so obviously, Java -> Coffee.

How to build the JAR File

Bialetti uses Gradle as its build system. As such, you just need to choose the jar task in Gradle (Either via the commandline or your IDE of choice) and get the output in build/libs.

How to use the library

To use Bialetti, you're going to need to import the jar file and the bialetti package.
The documentation for Bialetti can be found on the Wiki

License

Distributed under the MIT license. See LICENSE for more information.