{"id":20345789,"url":"https://github.com/izzypt/pure_node","last_synced_at":"2026-04-16T09:37:05.148Z","repository":{"id":151595617,"uuid":"551397203","full_name":"izzypt/pure_node","owner":"izzypt","description":"Developing pure node application without framework or libraries.","archived":false,"fork":false,"pushed_at":"2022-10-19T10:10:27.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T15:48:01.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/izzypt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-14T10:20:22.000Z","updated_at":"2022-10-16T10:48:33.000Z","dependencies_parsed_at":"2023-06-03T00:30:57.028Z","dependency_job_id":null,"html_url":"https://github.com/izzypt/pure_node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/izzypt/pure_node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzypt%2Fpure_node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzypt%2Fpure_node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzypt%2Fpure_node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzypt%2Fpure_node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izzypt","download_url":"https://codeload.github.com/izzypt/pure_node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzypt%2Fpure_node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T22:09:47.707Z","updated_at":"2026-04-16T09:37:05.115Z","avatar_url":"https://github.com/izzypt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pure Node\nDeveloping node application without framework or libraries.\n\nBuilt-in node modules:\n\n  ## http\n    CreateServer() and listen() on a specific port\n    DOcs : https://nodejs.org/api/http.html#http\n  ## https\n    https server with createServer() and listen() from https module. \n    Local certificate and key emmited with OPENSSL.\n    Docs : https://nodejs.org/api/https.html#https\n   ```openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem cert.pem```\n     \n  ## url\n    To parse url's comiing from client requests, creating an object to acess multiple properties(path, query, etc...)\n    Docs : https://nodejs.org/api/url.html#url\n  ## fs\n    Node filesystem module to write/read/update/delete.\n    DOcs : https://www.w3schools.com/nodejs/nodejs_filesystem.asp\n  ## crypto\n    Node comes with built-in crypto which allow us to hash the passwords.\n    Docs: https://nodejs.org/en/knowledge/cryptography/how-to-use-crypto-module/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizzypt%2Fpure_node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizzypt%2Fpure_node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizzypt%2Fpure_node/lists"}