Sunday, August 2, 2009

Where can I find dynamic web plug-ins that are C based?

Most programmers are able to use a language such as PHP, ASP, Java, etc... in developing dynamic web pages. However, I'm developing on a very limited embedded platform that has a web server that only supports C-based plug-ins.





An HTML or SSI page can be created with a directive to a plug-in, which is just a C function call. The plug-in can then perform the necessary action. This is cumbersome, of course.





Are there any online resources that have information, examples, sample scripts, tutorials, etc. regarding C-based plug-ins?

Where can I find dynamic web plug-ins that are C based?
You should state the name/company of the actual Web service component that you are using.


Every program defines its architecture for plug-ins and the way they may access context data.
Reply:You can develop your own, in the past all of them were C based. Later on the new languages were created...


No comments:

Post a Comment