TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Great books for learning modern web application architectures?

14 点作者 mippie_moe将近 13 年前
I'm learning about modern design patterns for web applications. I'd love to have a RESTful API and render it with JS. Any recommendations?<p>EDIT: I'd love to hear about any resources, not just books - online tutorials, open source projects, etc. would be great.

3 条评论

jakejake将近 13 年前
If you want an example app that is a RESTful API with JS front end, please excuse me pimping my own project: <a href="http://phreeze.com/" rel="nofollow">http://phreeze.com/</a> (the REST server is in PHP)<p>Here's a language-neutral book that goes into RESTful services: <a href="http://www.amazon.com/RESTful-Web-Services-Cookbook-Scalability/dp/0596801688/" rel="nofollow">http://www.amazon.com/RESTful-Web-Services-Cookbook-Scalabil...</a>
jfaucett将近 13 年前
github.com. This should be your number one resource. Clone a Repo, read its source, break it, understand it, rebuild it, extend it, and then you know how it works. just type in RESTful in the search box i'd be willing to bet 100 bucks theres already a JS repo...
brandoncordell将近 13 年前
Martin Fowler's Patterns of Enterprise Application Architecture was a great read. It goes into a ton of patterns and theory. It's worth a read, even though it's branded for the enterprise.