TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you build your APIs?

5 pointsby ratpikabout 12 years ago
With so many frameworks around that let you build rich client side applications on the Web, Mobile & elsewhere there is a need to build a single API framework on the server. What are the best practices for building an API consumed by a Javascript MV Client (Backbone/Ember) and Mobile (Android) while the web server having a web application (Django).

2 comments

ggurgoneabout 12 years ago
<i>In this presentation, Les Hazlewood - Stormpath CTO and Apache Shiro PMC Chair - will share all of the golden nuggets learned while designing, implementing and supporting JSON-based REST APIs</i><p><a href="http://www.youtube.com/watch?v=5WXYw4J4QOU" rel="nofollow">http://www.youtube.com/watch?v=5WXYw4J4QOU</a>
entelarustabout 12 years ago
Check out django-tastypie