Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 420 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 420 Bytes

Node.js Basics

Frontend development is not only writing javascript for browsers. With all modern tools, you can use javascript to write server, bots and even hardware. In this part we will dive in a little to the server part of javascript - node.js

Goals

  1. Understand principal work of node
  2. Get familiar with Node API

Exercise

Solve learnyournode tutorials.