Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have a Client - Server architecture where Client is html5 and server side is C++.I need to get data from server(C++) and display back in client(html5).Is there any way to do that . I have heard of ISAPI for this but I am not aware of this.If anyone can guide me for same ,it will be really helpful.

i.e secure communication b/w client and server using ISAPI via jquery .
Posted
Updated 18-Jul-14 9:43am
v2
Comments
Sergey Alexandrovich Kryukov 18-Jul-14 15:44pm    
Sorry, this is not a question. And this is not a tutoring site or a site for hiring tutors or project architects/leads. You ask a question, we answer on the same page.
—SA
Maciej Los 18-Jul-14 16:21pm    
What have you done till now? Where are you stuck?

1 solution

First of all, please read my comment to the question.

Secondly, i recommend you to read this articles:
CP Knowledge Base: http://www.codeproject.com/KB/ISAPI/[^]
MSDN: ISAPI Filter Overview[^]
Wikipedia: http://en.wikipedia.org/wiki/Internet_Server_Application_Programming_Interface[^]

And the last one: there we've got the rules[^]. Please, read it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900