Re: [Seqan-dev] Building a web app based on SeqAn c++ code


Hi Paul,

 

this is not a Problem related to SeqAn but more to interfacing C++/terminal programs with web Servers.

 

You should look into HTTP Frameworks for C++ or CGI programming General. We cannot give you Support for this, however.

 

Cheers,

Manuel


From: Paul Darbyshire [pmdarbyshire2003@yahoo.co.uk]
Sent: Sunday, September 21, 2014 4:38 PM
To: seqan-dev@lists.fu-berlin.de
Subject: [Seqan-dev] Building a web app based on SeqAn c++ code

Dear SeqAn members,

I want to integrate some of the SeqAn C++ code examples I have built working on the tutorials and wondered if anybody had any ideas how to build a web application based on these? I would like to use HTML5 etc. but not sure how I would get the C++ files to integrate with the web pages i.e. automatically run a certain algorithm when a button is pressed etc. Basically, the idea would be to have a web based UI with the C++ code running in the background when requested for a particular task.

I have used ASP.NET before but not sure this would be the best platform since it is C# based and would be troublesome integrating the C++ programs I expect? Also, this limits me to a windows environment which is not a problem but something to bear in mind.

Any help or examples appreciated!

Thanks

Paul