Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 431 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 431 Bytes

FocessSocket - A Communication API Based on Socket

This API is used to communicate with other framework for Focess. I made this API public because communication in this API is really easy.

Development

Maven:

<dependency>
    <groupId>top.focess</groupId>
    <artifactId>focess-socket</artifactId>
    <version>1.1.7</version>
</dependency>

Gradle:

implementation 'top.focess:focess-socket:1.1.7'