---
title: "Node.js Server-Side JavaScript – What is Node Used For?"
url: https://daily.dev/posts/node-js-server-side-javascript-what-is-node-used-for--bofuinpzx
source_url: https://www.freecodecamp.org/news/node-js-server-side-javascript-what-is-node-used-for/
type: article
source: "freeCodeCamp"
author: "Abba Vincent Ihechikara"
published: 2022-09-27T22:35:44.453Z
updated: 2022-09-27T22:35:44.390Z
tags: ["javascript", "backend", "course"]
reading_time: 4
upvotes: 13
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Node.js Server-Side JavaScript – What is Node Used For?

**[freeCodeCamp](https://daily.dev/sources/freecodecamp)** · [@chikara](https://daily.dev/chikara) · 4 min read · 13 upvotes · 1 comments

## Summary

The release of Node.js in 2009 by Ryan Dahl increased the scope of what developers could do with JavaScript. Prior to that, you could only use JavaScript on the client side (the browser) or frontend of web applications. With Node.JS, developers can create server side applications, command line tools, and more.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.freecodecamp.org/news/node-js-server-side-javascript-what-is-node-used-for/>

## Community discussion

Top comments from developers on daily.dev.

**@goldendev726** · 2 upvotes

> Node.js is the basic skill that you must know if you want to be Full-Stack developer in 2022.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript), [#backend](https://daily.dev/tags/backend), [#course](https://daily.dev/tags/course)

[View this post on daily.dev](https://daily.dev/posts/node-js-server-side-javascript-what-is-node-used-for--bofuinpzx)
