3

Between Lokad and CloudFx, we are considering which framework will best support continued rapid development of high quality and scalable cloud solutions on Windows Azure. Lokad and CloudFx both seem to provide a nice abstraction layer on top of the different Azure services, as well as provide a framework for scaling as well.

Lokad is available on GitHub, while the CloudFx framework source has not been released. Both are copyrighted, but with permissive licenses. CloudFx is developed by Microsoft, while Lokad is developed by a third party. Lokad development seems lax (latest updates Feb/April of 2012), while CloudFx has had multiple updates throughout 2012. Right now I would lean towards CloudFx for its comprehensive API and ownership by Microsoft.

What has been your experience using either framework and your recommendation? Are there any alternative approaches to either?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Craig Smitham
  • 3,395
  • 4
  • 31
  • 38
  • Is Lokad.Cloud for you? You can think of it as a super syntactic sugar sitting on top of Microsoft.WindowsAzure.StorageClient.dll. Given the SCL 2.0 massive advantages over the 1.7 SCL, I'd go with CloudFx. – RickAndMSFT Jan 03 '13 at 02:24
  • 1
    Rick - SCL 2.0 is another strong point in favor of CloudFx, but there seems to be little public documentation. Any chance the source will be available? – Craig Smitham Jan 04 '13 at 06:07

1 Answers1

0

Technical differences between the two aside, from what I can tell, Lokad has more or less been dropped: they seem to have pretty much stopped updating it (last update May 2012). We're switching our project over to CloudFx and moving forward. For anything new, I'd definitely use CloudFx (or at least don't use Lokad).

Scott Decker
  • 4,229
  • 7
  • 24
  • 39
  • It's a bit sad to hear this, but the good news is the reasoning is explained in a [post](https://groups.google.com/d/msg/lokad/aAeTor0EWc0/piunzhQdfqIJ) by Rinat Abdullin (Technology Leader at Lokad) and it has nothing to do with CloudFX winning out: the Lokad team has found that [Event Store](http://geteventstore.com/) meets their needs better than the complicated & slow Lokad framework. So maybe I'll post a "CloudFX vs Event Store" question. :P One thing is for sure: it's nice to have options. – Lars Kemmann Dec 10 '13 at 04:20