<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">When you say hangs do you mean it freezes? When I run the same code from DrRacket, it runs fine. (Sometimes there's a small delay.)</span><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">When I view the source of the webpage I get some HTML, so I don't think you want to use' response/xexpr' for JSON.</div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 29, 2014 at 1:28 PM, Eric Gustavson <span dir="ltr"><<a href="mailto:gustavson.eric@gmail.com" target="_blank">gustavson.eric@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm new to racket -- so don't assume I know what I am doing. I tried<br>
running this code, and the web server just hangs. I am just trying to<br>
get a racket server to return a static json file. Any tips on how to<br>
get started would be appreciated.<br>
<br>
#lang web-server/insta<br>
<br>
(define (start request)<br>
  (response/xexpr #:mime-type #"application/json"<br>
                  "{1: 11}"))<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div><br></div>