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.

The Smartphone as Application Server

54 pointsby mnemonikabout 10 years ago

4 comments

quanticleabout 10 years ago
What I don&#x27;t understand is why the smartphone is the <i>server</i>. Naïvely, I&#x27;d expect the server to be the Raspberry Pi, and for clients to be the smartphones. Clients connect to the server and push content which the server displays on the screen. Something like X11, in other words. Looking at what the application does, I don&#x27;t even think it would be that difficult to convert it to an architecture like what I described above - in essence you&#x27;d be reversing the arrows on your interaction diagram.<p>Can you elaborate as to why you built the server on the smartphone rather than Raspberry Pi? What does that get you? How do you get around the limitations that phone operating systems (especially iOS) impose on background processes? What&#x27;s the impact on battery life?
评论 #9222744 未加载
endergenabout 10 years ago
We explored ideas around this space at Emotely and Brass Monkey. There is much yet unexplored. This approach basically gets you a WiiU&#x2F;Chromecast second screen platform: <a href="https://www.youtube.com/watch?v=NE8-TntjYB4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=NE8-TntjYB4</a> <a href="http://francoislaberge.com/blog/my-time-at-brass-monkey/" rel="nofollow">http:&#x2F;&#x2F;francoislaberge.com&#x2F;blog&#x2F;my-time-at-brass-monkey&#x2F;</a>
评论 #9223507 未加载
gfoscoabout 10 years ago
Built something like this at YC Hacks, except any device or even a webpage could function as the server and provide a real-time or REST interface. We had 5 demo apps showing off various examples, including a super cool two-factor auth demo..<p>Trying to explain the concept to people in 30 seconds was non-trivial.
dropit_sphereabout 10 years ago
This is neat. I have a hard time thinking of uses off the top of my head, but the idea of a no-installation phone-paired TV app has potential.<p>Thoughts of <a href="https://youtu.be/_mjxd47OVUI?t=57s" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;_mjxd47OVUI?t=57s</a> go through my head.