Erlware Blog

404

Go to the front page →
#Javascript #Opa #Web

TodoMVC in Opa

Edit: I just learned that dotcloud supports Opa! So I’ve pushed OpaDo and you can see a demo here http://opado-tristan.sloughter.dotcloud.com/ I wanted something quick and simple to do in Opa to give it a try so I decided to implement the TodoMVC example that has been redone in almost all Javascript frameworks, https://github.com/addyosmani/todomvc. The code can be found on GitHub here: https://github.com/tsloughter/OpaDo Opa is unique in that it is not only a new language but also a new web server and database. ...

Author Tristan Sloughter
#batman.js #coffeescript #Javascript #js #knockout.js #RESTful

Batman.js vs Knockout.js

The following is NOT a tutorial for either Batman.js or Knockout.js. But, it is instead a sort of side-by-side comparison of the two for creating a user creation form that POSTs the new user’s data as JSON to the backend. The method of web development I’ve come to find the best is based on heavy frontend Javascript (though written in Coffeescript) communicating with a backend via a RESTful interface. This is appealing, because you are not cluttering the application logic with view related code. ...

Author Tristan Sloughter
#API #batman.js #coffeescript #Cowboy #Erlang #Javascript #RESTful #Web

Erlang, Cowboy and Batman.js for Building Web Applications

I’ll have a complete walk of through using Cowboy and Batman.js to build the TodoMVC clone in a few days. For now I have the slides from my talk at the Chicago Erlang User Group: Chicago Erlang User Group April, 4th 2012 I couldn’t get iframe embedding to work with Wordpress… So if anyone knows what that is up with please comment.

Author Tristan Sloughter

Latest Posts Github