Arc Forumnew | comments | leaders | submitlogin
Help with a web app
1 point by fishhead 6048 days ago | 1 comment
I'm working on a card game on arc and it loops over each player asking for their choice of card. I already have a terminal version of it working but how do I get it to work on a web application?

I would appreciate some help. Thanks.



1 point by cchooper 6047 days ago | link

You'll find plenty of information here: http://arcfn.com/doc/index.html

The sections under 'Web Serving' contain all the information about using Arc to serve web pages. You can also look at the source of news.arc in the Arc distribution to see an example of a completed web app. The Arc tutorial also contains some useful information.

-----