Skip to content

What Is OkSocket Is

徐昊 edited this page Nov 10, 2018 · 4 revisions
  • OkSocket is a Java library project designed to solve lightweight Socket communication, in order to enable developers to focus more on business logic, rather than TCP communication principles and some protocols. Make Socket communication more beautiful, suitable for large, medium and small Project, the rapid development of stable, maintainable, reliable Socket connection.

OkSocket composition

Client

  • Socket Client Library
    • Common Interface Library --> Provider interface by SPI
      • OkIO Core Library
        • Java Library

Server

This plugin need required the Client library

  • Socket Server Plugin --> Implement the interface
    • Common Interface Library
      • OkIO Core Library
        • Java Library