I read the tutorial page and I understand the language pretty well. Now I'm a bit more concerned in understanding how I can make web apps with. For example, even after reading the source code of this very web app (https://github.com/nex3/arc/blob/master/news.arc) I still couldn't figure out how it was working. -How are requests being handled? -Where is the database, how are entries being stored? -Is the HTML really mixed with code-logic? -How does HN (Hacker News) handle the huge load and promptly behave as expected, even though Arc wasn't designed for speed? Thanks! |