Eric S Jennerstrand

  • Home
  • C#
  • .NET MAUI
  • Git
  • NodeJs
  • NPM
  • Docker
  • .NET

Category: NodeJs

Node JS Logo

Node, NodeJs, Node.js

In software development, Node.js is an open source platform using a Javascript engine to execute computer programs written in the programming language Javascript on a server. Node.js, or just Node, has since its first version in 2009 become a popular tool for building web applications. Some of its advantages over traditional server platforms are that Node is designed to create scalable Internet applications, particularly web servers. Programs are written in Javascript to run on the system, and use event-driven, asynchronous I/O to minimize overhead and maximize scalability.

Node JS Logo

How to install Node on Windows

  • Eric Sjöström Jennerstrand
  • 2020-04-15
  • NodeJs
It’s easy to install Node on Windows, it goes fast and requires only two steps, if you don’t have NodeJs installed before. If you have...
Read More
Node JS Logo

How to change Node Version on Windows

  • Eric Sjöström Jennerstrand
  • 2020-04-14
  • NodeJs
Quick read Uninstall old Node version. Pick a new version to download from https://nodejs.org/dist/. Pick “Node-Vxx.msi”. Install the new version. Restart the terminals. It’s easy...
Read More

About my blog

A blog about .NET development, code, helpful guides, C#, MVC, docker, azure, .NET MAUI and other stuff you need for your own web and app development!

With simple and fast to grab code examples for you to copy and paste into your C# project.

Written as sort of an experiment to see if someone like me can learn how to write and teach.

Copyright © All Rights Reserved.

This website uses cookies. By continuing to use this site, you accept our use of cookies. 

  • Home
  • C#
  • .NET MAUI
  • Git
  • NodeJs
  • NPM
  • Docker
  • .NET