cgi - c code for web pages in rl-rtx -
We have to work with RL-RTX (RTOS) in our project.in that we have to do some web page. We have experience in creating web pages in Linux using "go-ahead webserver".
Can we code in C language and store executable in the .cgi extension and call from browser?
Yes, you can almost all web servers be configured to serve CGI is. You can use something to handle the interface in your C code. However, this would probably be more efficient to use any type of script language instead of C.
Comments
Post a Comment