logo

Node.js for Developers Build Status Open Source Love Gitter Chat

Full Stack Javascript Development with Node.js

Recommended Reading

Modules

Simple Module Example

index.js:

const pkg = require("./package.json");

module.exports = () => pkg;

run.js:

const pkg = require("./index");

console.log('Name: ' + pkg().name + ' Version: ' + pkg().version);

Asynchronous Javascript

Promises

Callbacks

Frameworks

Flat File CMS

Blog Systems

Debugging

Examples:

node-inspector

npm install -g node-inspector - install global
node-debug --debug-brk index.js - starts debugging and stop in first line
debugger - inside the script write debuggger to set a breakpoint. also its possible inside the debugger window to set breakpoints by clicking in the line.

Dependencies

Time Safer

Security

Language Support

Travis CI

Semantic Version Examples

Docker Images

official Node.js

NodeOs

Flat File CMS

Blog

NoSQL

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

TwitterFacebookGoogle+GitterGithub

Development by

Developer / Author: Maik Ellerbrock
Company: Frapsoft

License

Creative Commons License

This work by Maik Ellerbrock is licensed under a Creative Commons Attribution 4.0 International License.