Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 559 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 559 Bytes

Привіт! Ловіть на разі 2 домашки по ноді.

Task 1: NodeJS (No express)

  1. Run server on port 5000.
  2. Send 'Greeting from server!' as h1 tag on '/' path.
  3. Send 'Welcome to data path' as paragraph on '/data' path.

Task 2: Express.js

  1. Run express server and rewrite previous task.
  2. Create script which should create file .txt ,and write there numbers from 1 to 10 (each number in new line).
  3. Create script which should read .txt file from same folder with random text inside, show this text in terminal and remove file.