spin icon indicating copy to clipboard operation
spin copied to clipboard

Write RESTful web apps in Racket.

Results 4 spin issues
Sort by recently updated
recently updated
newest added

Your README says to run ``` (require (planet dmac/spin)) ``` but now that your installation instructions use `raco pkg install` I think you should change this to just `(require spin)`.

Hi, Please add the racket topic to this repo - I think others will be interested and this will help them find it at https://github.com/topics/racket https://help.github.com/en/articles/classifying-your-repository-with-topics Kind regards, Stephen

Hi, how to serve static files like .css files, or images to put in a web page with spin? And, it is advisable/efficient doing that (if it is possible), or...

Hi, can spin compete with python's or ruby's light web applications frameworks in terms of performance speaking generally? It is already optimized or need work in that compartment? Thanks for...