0
I need to provide a service for other systems to consume.
These systems can make requests POST
(string, array, xml and json) and GET
.
Well, I know I can consume services from other systems using GET
in a trivial way, just accessing a URL
, and as regards requisitions POST
, i can pass the data to the system that provides the service through CURL
.
Well, now I’m the one who needs to provide the service, and I’m not quite sure how to do it.
I knew the methodologies/ specifications of webservices
Rest
, which would be interesting to me, but I need a faster solution.
I have no affinity with WebServices
, and all the material I found on the internet mentioned frameworks like: NodeJS
, Ruby On Rails
and Django
.
I can’t implement NodeJS
just for that purpose.
In the GitHub
I even found a class, but I couldn’t quite understand its purpose.
I would like to find a solution to make this integration.
I believe it is contradictory to talk about "doing it fast" and "doing it better" in the same question, but let’s see what kind of answers can appear.
– Bruno Bermann
There may be more than one way to do it, and if so, which is the fastest way. ?
– willian rodrigues andrade
If you can wear something new, take a look at Slim Framework, will help you in what you need.
– Marcelo de Andrade