Project

General

Profile

Putting a prewritten C++ Application on the Web

Added by Damon Gogul almost 13 years ago

Hi,

I'm at a loss right now in terms of what to do about putting this application on the web.

The program displays about a megabyte per frame, and runs at 24 frames per second, so streaming the program's response to the client's input (WSAD and mouse) isn't really an option.

How do I go about getting this program to run on the client's computer inside of the webpage, without any security threat to our server?

Thanks,

Damon Gogul


Replies (1)

RE: Putting a prewritten C++ Application on the Web - Added by Koen Deforche almost 13 years ago

Hey Damon,

That is quite hard to answer, it'll depend alot on what the program does and how it is currently implemented (Qt ? MFC ? other ?).

Wt will help you a long way in the "without any security threat" part.

Regards,

koen

    (1-1/1)