I have a Windows form program (think something like Paint.NET) that I want to port into a web client side applicaton.
I have started playing with knockout.js and it seems it might (not totally sure though) be able to do the work. Then I hear about TypeScript. From the descrption, it says it is for "application scale Javascript development". I don't have the resources to invest in evaluating both.
Is knockout.js or TypeScript a better choice? Or are they not comparable?
Thanks.