WebSocket Pad Server

The signotec WebSocket Pad Server is signotec's solution for communicating with signotec LCD signature pads from a web-application without having to use a browser plug-in. The server must be run on the PC to which the signature device is connected. A web-application that runs in a browser can communicate with the server via the WebSocket protocol and activate the connected signature device.

Supported web browser are Google Chrome, Apple Safari, Mozilla Firefox, Opera und Microsoft Internet Explorer. Please refer to the documentation for the supported versions.

The WebSocket specification—developed as part of the HTML5 initiative—introduced the WebSocket JavaScript interface, which defines a full-duplex single socket connection over which messages can be sent between client and server. More information you will find here.