How to build drawing editor?

What is the best way to build a web-based drawing editor?
Is Ruby a good language to do that?

-Thanks
Hari

Unless you are using Silverlight you will need to use Javascript or
Flash to do any web-based interface. Ruby can help you on the server
side of things, though.

AEM

On Tue, Jul 1, 2008 at 10:20 AM, Hari R. [email protected]
wrote:

What is the best way to build a web-based drawing editor?

Check out the javascript canvas and things like Processing.js and
ContextFree.js for some cool things people have done with it.

Is Ruby a good language to do that?

No, this is a client-side thing you need javascript for

martin