[Mono-list] Responding to C# events in javascript from a browser

Mark Struck markstruck@comcast.net
Mon, 16 Feb 2004 01:35:45 -0600


Hello,

	I've just recently discoverd Mono and after looking through the documention
and the mailing-list archives I couldn't find an answer to a question I had.
I think the best way of asking is to describe my situation. My company
currently has an architecture that consists of a server-side and client-side
components that talk to each other with DCOM. The client component is
instantiated through a web page using javascript and I attach functions to
the client side's events. Is this possible using Mono. I planned on using
remoting for the linux client  to talk with a MS server component and saw
that could be done. But is it possible to instantiate a c# component, in
linux, with javascript. Thanks.


Mark