HTTP / Socket Server
Create transaction server in minutes.
Last updated
Create transaction server in minutes.
Last updated
Socket and HTTP Supports raw TCP/IP socket applications or HTTP server applications (for web or REST services).
TLS and Non-TLS Client Connection Support Enables both secure (TLS) and non-secure client connections to server applications, providing flexibility for various networking scenarios.
Thread Management Loads, starts, and manages user classes to dynamically handle socket or HTTP clients.
Client and Basic Authentication Allows server applications to differentiate between authenticated and non-authenticated clients. Use the getAuthenticatedClient() method to verify a valid client name..
Flexible Data Read/Write Methods Includes efficient methods for reading and writing data in various formats, such as byte[], char[], String, and line-based input.