Live data from Hacker News

Node.js Tools for Visual Studio

hanselman.com

21–30 of 90 posts

Re: Node.js Tools for Visual Studio

#21
post #18

Earlier quoted context omitted.

Do you have a reference for Azure internals being written in node.js? I'd love to read about it.

i'll try to find out. top my head i know the azure node sdk is all node (obviously...), all the cross-plat commands/utils are node, skype, yammer, bing (?), ... all use node to various extents. some info: http://www.windowsazure.com/en-us/develop/nodejs/ https://github.com/WindowsAzure/azure-sdk-for-node https://github.com/WindowsAzure/azure-sdk-tools-xplat

Also Azure Mobile Services server scripts:

http://www.windowsazure.com/en-us/develop/mobile/how-to-guid...

Re: Node.js Tools for Visual Studio

#22
post #17

Seeing things like this gives me hope that one day Windows will be a first class os for web development. Now if I could just maximize the command prompt window....

ConEmu [1] has made CLI on Windows much more tolerable for me. [1] http://code.google.com/p/conemu-maximus5/

ConEmu is great; never looked back!

Re: Node.js Tools for Visual Studio

#23
post #19

Seems like overkill. Part of why Node is great and so easy to get started with is that all you need is a browser, a text editor, and the terminal. I suppose for people that already use VS this is good, but maybe we should encourage them to write Node apps outside of that environment instead of shoving Node into a giant IDE.

you have a point. i dont think node in a fat IDE is for everyone / every scenario. i look at it as just another tool in the dev's toolbox. ideal (imho) is a decent web-based tool or light-weight editor plus a capable IDE for larger scale apps that need complex debugging, profiling, mutli-lingual project, etc. support.

for a lighter weight solution, check out: http://channel9.msdn.com/Series/Visual-Studio-Online-Monaco/...

Re: Node.js Tools for Visual Studio

#24

I like this. I smuggled Node into our company to suplant a very difficult to test/debug WCF process and it's slowly been creeping out into bigger use cases. I've tried using VS for managing my Node scripts but it just wasn't a very elegant fit given VS's concept of projects and solutions so I kept falling back to Sublime. I'm excited to see if I can finally maintain just a single editor for both my .NET and Node code…

Why not Web API and SignalR?

Re: Node.js Tools for Visual Studio

#26

Seeing things like this gives me hope that one day Windows will be a first class os for web development. Now if I could just maximize the command prompt window....

You can't maximize it, but you can set its width and height. Right click in taskbar -> Properties -> Layout. There are settings for size, position and buffer size. I have mine the size of the whole window and with the biggest possible buffer, as well as a more readable font.

Re: Node.js Tools for Visual Studio

#27
post #26

Seeing things like this gives me hope that one day Windows will be a first class os for web development. Now if I could just maximize the command prompt window....

You can't maximize it, but you can set its width and height. Right click in taskbar -> Properties -> Layout. There are settings for size, position and buffer size. I have mine the size of the whole window and with the biggest possible buffer, as well as a more readable font.

[deleted]

Re: Node.js Tools for Visual Studio

#29
post #19

Seems like overkill. Part of why Node is great and so easy to get started with is that all you need is a browser, a text editor, and the terminal. I suppose for people that already use VS this is good, but maybe we should encourage them to write Node apps outside of that environment instead of shoving Node into a giant IDE.

> I suppose for people that already use VS this is good

Yeah, instead of introduction Node this way, they should have specified this was an introducing to node.js Tools for Visual Studio.

Re: Node.js Tools for Visual Studio

#30

Seeing things like this gives me hope that one day Windows will be a first class os for web development. Now if I could just maximize the command prompt window....

For Emacs users on Windows, I've found Eshell (M-x eshell)[0] to be much preferable to the normal command window for most tasks.

[0]: http://www.gnu.org/software/emacs/manual/html_mono/eshell.ht...

Post reply on HN