Skip to content

Instantly share code, notes, and snippets.

View YuriiSerdiuk's full-sized avatar
🎯
Focusing

Yura YuriiSerdiuk

🎯
Focusing
View GitHub Profile
const http = require('http');
const https = require('https');
const fs = require('fs');
const {JSDOM} = require('jsdom');
const PORT =8000;
const urlMap = {
'/img/' : ()=> {