Dismiss
Announcing Stack Overflow Documentation

We started with Q&A. Technical documentation is next, and we need your help.

Whether you're a beginner or an experienced developer, you can contribute.

Sign up and start helping → Learn more about Documentation →

How I can give call to C Program Web API from AngularJS $http request?

AngularJS $http part has been already done. But I m new to C Program. I want to know: How my $http URI and C program Web API will communicate?

How my $http URI will call to particular Web API in C program?

(Please, note: I want C program example code)

share|improve this question
    
Maybe it would help, to show the snippets you think are relevant to show us, so we can offer ideas on how it might work. If you just need a simple C program, there must be plenty "hello world" programs out there, if it's specific for your "Web API", you might find samples in the documentation. – Dilettant Jun 20 at 5:19
    
Hi, thanks for answer. It is like I m sending request for some data from angularJS's $http, and I have some web api in c language. And i have to communicate them. – PiyaModi Jun 20 at 5:28
    
I am confused: If I call say http://api.example.com/get/that?id=1 I do not even know, what implements the answer. It may be a binary compiled from C code that handles the API quest and the http traffic, or a php page run by an interpreter behind a http server. What is specific ot C here? Maybe others simply know ... – Dilettant Jun 20 at 5:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.