Erlware Blog
  • Home
  • About

cloud

A collection of 2 posts

#cloud #Functional Programming #Javascript #Opa #Web

Opa Plugin Development with a PubNub Example

This will be a two part series of posts on writing plugins for Opa. One of Opa’s greatest features is you write everything in the functional, staticly typed Opa language. This even includes the frontend code you’d usually do in Javascript. This means your code is less error-prone which significantly reduces theĀ amountĀ of time spent on debugging code. But how do you use Javascript library X within your Opa code? ...

Author Tristan Sloughter
#cloud #dotcloud #Opa #Web

OpaDo Data Storage

OpaDo (a port of the TodoMVC app to Opa) now persists todo items to the Opa database. The new version is up on dotcloud, http://opado-tristan.sloughter.dotcloud.com/ I’ve added a todo_item type which stores the item’s value and two other attributes we won’t use until the next post when we have user accounts for their own todo_item stores. To tell Opa where to store the records we’ll create, we provide a path to the Opa db function and set its type. ...

Author Tristan Sloughter
Page 1 of 1 

Latest Posts Github