server: Apache(mod_scheme) or plt(racket) web server are my two guesses db: MySQL, PostgreSQL - I read somewhere that they use MySQL
Ask HN: HN web stack?
1–10 of 21 posts
Re: Ask HN: HN web stack?
#2You can read the source code yourself. I don't remember the database, but it's running on an Arc server.
Re: Ask HN: HN web stack?
#3Re: Ask HN: HN web stack?
#4Re: Ask HN: HN web stack?
#5I think about that when people worry about scalability. HN seems to do okay.
Re: Ask HN: HN web stack?
#6I thought the database was flat files.
Re: Ask HN: HN web stack?
#7or OP could be trying to hack hackernews
Re: Ask HN: HN web stack?
#8No database. Just flat files cached in memory on demand, IIRC. I think about that when people worry about scalability. HN seems to do okay.
Re: Ask HN: HN web stack?
#9(defop hi req (prn "Hi there"))
http://news.ycombinator.com/whoami will return your login and IP. It's probably implemented in this fashion:
(defop whoami req (prn (req 'ip)) (prn (req 'id)))
Regards
Joe
Re: Ask HN: HN web stack?
#10http://www.arclanguage.com/install You can read the source code yourself. I don't remember the database, but it's running on an Arc server.