DailyJS: Web Servers in Firefox OS, Marionette Inspector |
Web Servers in Firefox OS, Marionette Inspector Posted: 11 Feb 2015 04:00 PM PST Embedding an HTTP Web Server in Firefox OSJustin D’Arcangelo sent in a detailed article about web servers in Firefox OS: Embedding an HTTP Web Server in Firefox OS.
The article uses justindarc/fxos-web-server which is a JavaScript web server built with TCPSocket, a raw TCP socket API in JavaScript.
So it seems like Firefox OS is getting the kind of advanced features that we’ve seen appear (and in some cases disappear) in Chrome OS, where you get access to native APIs to create desktop-like experiences. Marionette InspectorJason Laster wrote to me about the Marionette Chrome Extension, known as the Marionette Inspector. There’s a video about it, and you can download it from the Chrome web store. It has some features that are pretty unique, like visualisations for the view hierarchy with the UI tree, and more friendly handling for inspecting Backbone models and events. Rather than seeing a complex JavaScript object, you’ll see properties grouped under UI, Events, Model, and Properties. It makes building apps with Marionette more like using the tools you might expect from an IDE, so you should try it out if you already use Marionette or are a Backbone fan that hasn’t yet tried it. |
You are subscribed to email updates from DailyJS
To stop receiving these emails, you may unsubscribe now. |
Email delivery powered by Google |
Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |