try-racket's a bit dependent on external JavaScript libraries and other oddness to get at the basics.
I'd instead suggest as Neil does, try the tutorials on the main Racket page. I've also done HateStack, which is a far simpler application example for a simple disposable blog like thing: https://github.com/jarcane/HateStack Might be a better example of the basics than try-racket. On Tue, Dec 9, 2014 at 1:11 AM, Andrew Ulrich <[email protected] > wrote: > Check out the following source code: > https://github.com/jarcane/try-racket > If I remember correctly, it's got a racket webserver running an > application to run commands against a racket sandbox. So at least you'll > see how to set up your webserver and run logic on the back end. > > Andrew Ulrich > > On Mon, Dec 8, 2014 at 5:04 PM, Animesh Pandey < > [email protected]> wrote: > >> Hi, >> I wanted to know if there are any sources where I can find some sources >> for building web applications in Racket? I want to write an application for >> a basic HTTP request-response. >> I looked at the documentation but I can't really understand whats going >> on. >> Any help would be appreciated. >> >> Thanks and regards, >> Animesh Pandey >> >> ____________________ >> Racket Users list: >> http://lists.racket-lang.org/users >> >> > > ____________________ > Racket Users list: > http://lists.racket-lang.org/users > >
____________________ Racket Users list: http://lists.racket-lang.org/users

