Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alessandro-salerno/bialetti

A Java TCP/UDP server-side and client-side library/framework
https://github.com/alessandro-salerno/bialetti

java java-networking networking networking-library oop socket socket-io tcp tcp-client tcp-server tcp-socket udp udp-client udp-server udp-socket

Last synced: 2 months ago
JSON representation

A Java TCP/UDP server-side and client-side library/framework

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
![](https://tokei.rs/b1/github/Alessandro-Salerno/Bialetti)


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](https://it.wikipedia.org/wiki/Alfonso_Bialetti) was the original creator of the [Moka](https://it.wikipedia.org/wiki/Moka), so obviously, Java -> Coffee.

## How to build the JAR File
Bialetti uses [Gradle](https://gradle.org) 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](https://github.com/Alessandro-Salerno/Bialetti/wiki)

## License

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

[contributors-shield]: https://img.shields.io/github/contributors/Alessandro-Salerno/Bialetti.svg?style=flat-square
[contributors-url]: https://github.com/Alessandro-Salerno/Bialetti/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Alessandro-Salerno/Bialetti.svg?style=flat-square
[forks-url]: https://github.com/Alessandro-Salerno/Bialetti/network/members
[stars-shield]: https://img.shields.io/github/stars/Alessandro-Salerno/Bialetti.svg?style=flat-square
[stars-url]: https://github.com/Alessandro-Salerno/Bialetti/stargazers
[issues-shield]: https://img.shields.io/github/issues/Alessandro-Salerno/Bialetti.svg?style=flat-square
[issues-url]: https://github.com/Alessandro-Salerno/Bialetti/issues
[license-shield]: https://img.shields.io/github/license/Alessandro-Salerno/Bialetti.svg?style=flat-square
[license-url]: https://github.com/Alessandro-Salerno/Bialetti/blob/master/LICENSE