Skip to content
Wouter den Bakker edited this page Nov 28, 2019 · 4 revisions

The Validana Server is responsible for communication with the Validana Client, which it does through websockets. It is also capable of adding new transaction to the blockchain and informing connected Clients of newly processed transactions.

The Server should function for any Client, though the api and requestHandler can be extended to provide more functionality. See Extending Example and Extending Functions for how to.

Shortcuts:

Clone this wiki locally