Radi3nt / MultiplayerAPI

Java API for sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

⚠This project is no longer maintained, it has been moved to this repository

About The Project

This is a complete networking API to use with Java. It provides default implementation with sockets Why SHOULD you use this API:

  • This is a fast and efficient API that use dynamic compresseion
  • It's easly understandable and usable for anyone familliar with Java
  • Disgned for maximum extensibility and flexibility
  • This project is currently actively updated

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

You don't need anything more than the native Java JDK to get started!

Clone the repo

git clone https://github.com/Radi3nt/MultiplayerAPI.git

(back to top)

Usage

⚠In construction⚠

(back to top)

Roadmap

  • Util classes
    • Basic implementationof recieving / sending threads
    • Setup encyrption (RSA, ...)
  • Cleaning up packet sending protocol

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

(back to top)

License

Distributed under the Apache License 2.0. See LICENSE.txt for more information.

(back to top)

Contact

Radi3nt - pro.radi3nt@gmail.com

Project Link: https://github.com/Radi3nt/MultiplayerAPI

(back to top)

About

Java API for sockets

License:Apache License 2.0


Languages

Language:Java 100.0%