http://qs1969.pair.com?node_id=11141410


in reply to Re: REST API Server in Perl
in thread REST API Server in Perl

Many thanks for your response.

Actually due to constraint I can't use dancer now but I will adopt this framework in my future work.

I intend to utilize sockets for achieving my goal. As this is simple client server problem where machines are on LAN. So how to utilize Perl sockets for developing Rest API server?

Replies are listed 'Best First'.
Re^3: REST API Server in Perl
by 1nickt (Canon) on Feb 16, 2022 at 11:58 UTC

    What constraint?

    See Dancer2::Plugin::WebSocket or search the Google for tutorials on using Dancer2 with Websockets such as this one.

    Hope this helps!


    The way forward always starts with a minimal test.