Node.js support in CodeLobster IDE
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
If you also need to add email capabilities to your Node.js application, there are several popular approaches. You can use the ever-so-popular Nodemailer, try handy packages such as Emails or Mailgen or, for example, send emails via Gmail servers. All of these methods are covered in the guide to sending emails in Node.js.
Node.js features is a part of CodeLobster IDE - Professional version
The Node.js features turn a Node.js editor into a full-fledged Node.js IDE!
Node.js IDE includes the following Node.js features to work with Node.js:
- Autocomplete for Node.js classes
- Autocomplete for Node.js libraries
- Autocomplete for Node.js methods
- Node.js debugger
- Context and Dynamic help
1. Autocomplete for Node.js classes

Completion list is called automatically in necessary area of Node.js code.
2. Autocomplete for Node.js libraries

Completion list is called automatically in necessary area of Node.js code.
3. Autocomplete for Node.js methods

Completion list is called automatically in necessary area of Node.js code.
4. Node.js debugger

You should start Node.js server by F5 and open JS file in any browser to start Node.js debugger.
5. Context and Dynamic Help
- Place pointer on element you want to review help topic for and press F1 button
Codelobster conducts search to https://nodejs.org/
