kennethdevel
2018-8-9 19:13:44

What web framework would people recommend for a simple CRUD application?


lexi.lambda
2018-8-9 19:14:54

As far as I know, Racket really only has one web “framework”, if you can even call it a framework, and it’s the web-server library. http://docs.racket-lang.org/web-server/index.html


notjack
2018-8-9 19:17:10

in other words, “good luck”


kennethdevel
2018-8-9 19:21:13

I see


soegaard2
2018-8-9 19:21:43

soegaard2
2018-8-9 19:22:28

There is a few frameworks on package server, but web-server along with db are the important ones.


soegaard2
2018-8-9 19:23:53

I was about to recommend http://www.scheme.dk/blog/2007/01/introduction-to-web-development-with.html but … it has gotten old.


notjack
2018-8-9 19:24:27

There’s the Server Racket book if you’re not limited to free resources


kennethdevel
2018-8-9 19:25:06

It is better to use say CL or Clojure for web stuff?


notjack
2018-8-9 19:26:21

I like using racket for web stuff. It’s not bad or unpleasant, there just aren’t as many libraries as in other ecosystems


notjack
2018-8-9 19:27:04

Also depends a lot on what web stuff you’re doing


soegaard2
2018-8-9 19:27:47