[fpc-pascal] Improved FPC JSON-RPC support
Howard Page-Clark
hdpc at talktalk.net
Wed Dec 29 12:33:31 CET 2021
On 29/12/2021 11:22, wkitty42--- via fpc-pascal wrote:
> On 12/29/21 4:54 AM, Michael Van Canneyt via fpc-pascal wrote:
>> Translated to RPC: if you want speed, don't use HTTP or JSON. WST
>> offers a
>> binary protocol and plain TCP channel, it's bound to be much faster.
>
> i'm sorry... what is WST? googling for "wst binary protocol tcp ip
> channel" doesn't turn up anything informative for me and acronym
> searching is equally uninformative... getting old sucks :?
>
>
WST stands for Web Services Toolkit, a package that offers both
provision (authoring) of web services, and facilitates programming web
service consumption.
A package for the framework is available in Lazarus' online package manager.
More information about the fpc-pascal
mailing list