{ claus.conrad }

Node.js

Resources

  • Command-line utilities with Node.js

    One often overlooked feature of node.js is the ability to create command-line utilities. Here I want to demonstrate how simple it can be to create useful command-line utilities with the help of node.js.

  • Command Line Utilities with Node.js

    Node.js is a great platform for creating small command line utilities, especially where I/O occurs.

  • NodeSchool

    Open source workshops that teach web software skills. Do them on your own or at a workshop nearby.

Frameworks

  • Meteor

    Meteor is an open source framework for seamlessly building and deploying Web, Mobile, and Desktop applications in Javascript.

Services

Hosting

FAQ

Installing on Ubuntu 22.04

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.bashrc
nvm install lts/*