Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alessandro-salerno/bialetti
- Owner: Alessandro-Salerno
- License: mit
- Created: 2022-08-06T21:51:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T11:05:56.000Z (over 2 years ago)
- Last Synced: 2023-03-09T15:21:31.215Z (almost 2 years ago)
- Topics: java, java-networking, networking, networking-library, oop, socket, socket-io, tcp, tcp-client, tcp-server, tcp-socket, udp, udp-client, udp-server, udp-socket
- Language: Java
- Homepage:
- Size: 3.25 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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