Friday, August 15th, 2008
AppJet improves, and teaches you along the way
AppJet, the server side JavaScript Y Combinator startup, has been improving all the time, including these new updates which allow for better database work:
-
-
storage.threads
-
.sortBy('-timestamp') //sort first so we skip the right ones
-
.skip(start)
-
.limit(items)
-
.forEach(function(thread){
-
printp(thread.text)
-
})
-
Also, they just released a bunch of tutorials that cover JavaScript and HTML using an app that that they wrote on their engine itself.
For example, this will fire up an in-browser test area that you can tweak and play with to see what happens in real-time in front of your eyes.












Doesn’t work in Safari.
@Synchro: Can you be more specific? The AppJet site has full support for Safari 3.