Skip to main content

8 docs tagged with "request server"

View All Tags

Request Server - examples

You define your application's Request Server in a kotlin script file called application-name-reqrep.kts.

Request Server - introduction

Request Servers (otherwise known as request/replies and often shortened to reqrep) provide snapshot data from a table or view in response to a request from the front end. Once the response is received, the transaction is over (unlike a Data Server, which stays connected to the client and pushes updates).