This is a migrated thread and some comments may be shown as answers.

Node.js

1 Answer 447 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dave Navarro
Top achievements
Rank 2
Dave Navarro asked on 22 Sep 2012, 04:06 PM
Hello,

I'm reading more and more about node.js and it's ability to help us develop web apps.

In your opinion, is this something we'll get to / have to learn and does Telerik have plans to support it?

Please let us know and thanks!

~ Dave

1 Answer, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 26 Sep 2012, 09:14 AM
Hello, David.

Node.js, as of now, is an application server that runs JavaScript. True, Node may take advantage and use .NET DLL files, but not in the sense that you would use in ASP.NET.

For instance, even if you include, say System.Web.UI in a Node project, you still won't be able to use <asp:Button runat="server" /> in a Node app, since there is a lot more going on than just the library or markup.

That said, you could fuse Node and MVC applications together, perhaps Node and WebForms too e.g. have a Node endpoint within your ASP.NET application.

Should you (we, all etc) learn it? That's an interesting question. It wouldn't heart to know this and that about Node and how it works. It's definitely getting more love from Microsoft (WebMatrix <3 Node ) and Node can run on Azure, so perhaps we should be on the lookout for some .NET fusion.

What is Telerik position? I can't speak for the entire company, but as far as UI components are concerned, Telerik's Kendo UI can work with Node.js as front end library. You can even check this example by Brandon Satrom (a Telerik employee) https://github.com/bsatrom/kendo_express or alternatively ask in the KendoUI forums for more information.

Regards,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Dave Navarro
Top achievements
Rank 2
Answers by
Ivan Zhekov
Telerik team
Share this question
or