corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

NodeJS - plugin detail

Node.js support in Netbeans IDE on Unix like systems. Node.js installation is required, you can edit execution command in options/miscellaneous/Node.js.

NetBeans Plugin - NodeJS
Plugin owner: danielkec
Website: http://www.syntea.cz
Added: 2011-02-23
Last updated: 2011-04-28
NetBeans Versions: 6.9, 7.0
License: Freeware
Category: Debugging
Size: 0.01 MB
Downloaded: 2,697 times
Rating:
 4.37, by 1 users


Download plugin

Verifications for NetBeans versions

6.9 verification PASSED See verification details

Introduction

NodeJS for NetBeans IDE
2009 Syntea software group a.s.
On linux execute selected javascript file with editable command. Default command is node /blah/blah/some.js.
Works only under Unix like systems for now!



Daniel Kec
1298478790953_Screenshot-jDEF_-_NetBeans


What's new in this version

- Signed version

[ You have to be logged in to be able to comment. ]

User Comments

  

What about daemons?

The way this plugin waits for process.waitFor in cz.kec.nb.nodejs.RunNode.performAction makes impossible to use the plugin with long processes, like HTTP server. So I hacked the sources given by Danielkec, and now it prints the output of the node in a separate thread: http://andskiba.blogspot.com/2011/09/nodejs-plugin-for-netbeans-and-daemons.html
Posted by skibaa on Sep 18, 2011
  

Why not on windows?

Well my plugin itself is working on win just fine but "this" won't work there because node.js is not yet ported for windows.

So it's not my personal vendeta against windows :]

But there is a hope for win loving self tormentors: http://zd.net/mNci67

Posted by danielkec on Jun 27, 2011
  

Why not on windows?

Could you perhaps give a short explanation, why this doesn't work on windows?
Posted by TheDet on Jun 27, 2011
  

Source is available

Just mention Syntea software group in the description of the plugin if you use them please. If you can use some help with your plugin contact me on daniel[at]kecovi.cz i will be pleased to join you.
srcs: http://www.syntea.cz/netbeans-modules/nbjs/NodeJS.tar.7z
Posted by danielkec on May 30, 2011
  

Source available?

I have a NetBeans node.js plugin I've been working on, which adds a project type (npm integration & code completion hopefully soon). Is the source for this available?
Posted by tboudreau on May 25, 2011