The way we build web & mobile applications is rapidly changing. As EmberJS developers, we’re already familiar with the powerful shift from fine-grained server-side pages to single-page web applications and REST APIs.
Now, we’re starting to see a potentially even more powerful advance as applications transition from blindly “pulling” content to receiving immediate “push” content in web and mobile applications using real-time technologies like WebSocket, long polling, and HTTP.
In one of our most popular blog posts, EmberJS 101: From Zero to Angular in Seconds, we built a working chat application in less than 100 lines of HTML and JavaScript.
In the talk below from EmberJS Boston, I’ll presented a chat application I built in 99 lines of HTML & JavaScript using EmberJS and the PubNub EmberJS API. The example’s live in our EmberJS Chat Example CodePen so everyone will be able to fiddle with the example as we go (it’s also embedded below the video). Along the way, I also talked about some of the patterns and nifty tricks we used to adapt a callback-oriented JavaScript API into the world of EmberJS controllers, services, actions and events.
Overall, we’ll look at:
See the Pen PubNub EmberJS Chat (EmberJS v1.7.1) by Sunny Gleason (@sunnygleason) on CodePen.0
There are common underlying technologies for a dating app, and in this post, we’ll talk about the major technologies and designs...
Michael Carroll
How to use geohashing, JavaScript, Google Maps API, and BART API to build a real-time public transit schedule app.
Michael Carroll
How to track and stream real-time vehicle location on a live-updating map using EON, JavaScript, and the Mapbox API.
Michael Carroll