Comment on 4Clojure hits 100K solved problems.Comments−ww52014yThe site is pretty fast. It states it's hosted by Clojure. I wonder what's the architecture layout is.−jvc2614yWhilst it doesn't tell you about the stack it's running on, the site code is open source: https://github.com/4clojure/4clojure−pangram14yLooks like mongodb + compojure + some other interesting libraries (clojail for protected eval, for example), running on a Linode.−Rayne14yThis is correct. It is worth noting that our setup is hardly complex or clever.
Comments
The site is pretty fast. It states it's hosted by Clojure. I wonder what's the architecture layout is.
Whilst it doesn't tell you about the stack it's running on, the site code is open source: https://github.com/4clojure/4clojure
Looks like mongodb + compojure + some other interesting libraries (clojail for protected eval, for example), running on a Linode.
This is correct. It is worth noting that our setup is hardly complex or clever.