<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br>1. I tryed to run it localy but all I can see in the browser is the html site! The console is no where to see! I don't get any errors! I'm running it with drracket!  </div><div>I open main.rkt in DrRacket and run it then goto my browser ( tryed firefox, iexplore and chrom) and open localhost:8080 but i see only the header and html text, there is no console or any thing like this to input data! </div><div>Any idea? I have already updated my packages! </div><div><br></div><div><br></div><div><br></div><div><br>On 30 Oct 2014, at 18:58, Andrew Ulrich <<a href="mailto:andrewsotheraccount@gmail.com">andrewsotheraccount@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">I haven't tried it myself, but it looks like the main.rkt sets up a webserver to handle requests, using define-values to route urls and runs the code in a sandbox. So as to your question "where is the server?", it's wherever you launch main.rkt.  As the instructions say, your url should just be localhost:8080 if you launch it locally and you'll see it run. Like I said, I haven't tried it myself yet, but to launch it you should just run on the command line it like any other racket file:<div><br></div><div>racket main.rkt</div><div><br></div><div>The client side runs on jquery console, with an ajax call being made back to the server when the console's commandHandle event is triggered.  Looks straightforward enough.</div><div><br></div><div>To translate to another language, you would just translate the text of all the html files you find in the project and you should be done.  Would be nice to see a fork.</div><div><br></div><div>Good luck,</div><div>Andrew Ulrich</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 28, 2014 at 9:21 AM, Chrakhan Barzanji <span dir="ltr"><<a href="mailto:chrakhan.barzanji@gmail.com" target="_blank">chrakhan.barzanji@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi,<br></div>i'm trying to understand how Try-Recket Console "post"s a .ajax request to the server and <br>where ist the server, url? could please some  one explain?<br></div>there is also json-parse and 3 .rkt files, <br>but I just don't get is how they will be called and executed! <br>As i mentioned before I just want to use the same console like by TryRacket but in my own Website with none-english explaination! thank you.. <br></div></div>
<br>____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br></blockquote></div><br></div>
</div></blockquote><blockquote type="cite"><div><span>____________________</span><br><span>  Racket Users list:</span><br><span>  <a href="http://lists.racket-lang.org/users">http://lists.racket-lang.org/users</a></span><br></div></blockquote></body></html>