Thursday 13 May 2010

Native SDK

Recently, I had been looking into image editting on the client side. I figured it can be done on the server side; but impractical. I am certain I shall have to figure out a way of doing it on the client side. Javascript seemed to be the only option and I didn't want to do javascript as it wont be fast. However, when I found about native client sdk, I thought "This is exactly what I needed."

1 comment:

Nikhil said...

I think javascript will be fast enough. give it a try first :) With the competition between V8 and JavascriptCore and JaegerMonkey, JS might become the next fastest language after C/C++.