hi... i've an application developed in C language... I want to develop web interface for the same using ruby on rails... the application is for video streaming... so how can i embed the c program or call the c program in ruby on rails?? the web interface developed should be something like youtube... pls help me..
Hi,
You can use thrift framework to invoke C code.
Find more detail at http://incubator.apache.org/thrift/