programmingzeal has asked for the wisdom of the Perl Monks concerning the following question:
Hi Perl Monks,
I want to create/update a webpage on my localhost server based upon specific JSON input sent via HTTP POST request to this server on a specific port by a client machine. The server will parse the JSON data and update the local page. I know about REST API and I know how to parse JSON at client side from web services. But I want to build a REST API server using Perl. How can I do this? Please point some tutorial and/or CPAN APIs.
Thanks
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: REST API Server in Perl
by stevieb (Canon) on Feb 16, 2022 at 03:22 UTC | |
by programmingzeal (Sexton) on Feb 16, 2022 at 06:21 UTC | |
by 1nickt (Canon) on Feb 16, 2022 at 11:58 UTC | |
Re: REST API Server in Perl
by hippo (Bishop) on Feb 16, 2022 at 09:57 UTC | |
Re: REST API Server in Perl
by philipbailey (Deacon) on Feb 16, 2022 at 11:42 UTC | |
Re: REST API Server in Perl
by ait (Hermit) on Feb 16, 2022 at 18:49 UTC | |
Re: REST API Server in Perl
by Fletch (Bishop) on Feb 16, 2022 at 22:14 UTC |
Back to
Seekers of Perl Wisdom