{"id":26491734,"url":"https://github.com/danielc92/node-express-basics","last_synced_at":"2026-04-19T03:31:49.189Z","repository":{"id":39487207,"uuid":"194576304","full_name":"danielc92/node-express-basics","owner":"danielc92","description":"Learning the basics of Nodejs and Express.js HTTP servers.","archived":false,"fork":false,"pushed_at":"2023-01-04T03:16:34.000Z","size":3709,"stargazers_count":0,"open_issues_count":31,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T08:51:26.977Z","etag":null,"topics":["learning-by-doing"],"latest_commit_sha":null,"homepage":"","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/danielc92.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}},"created_at":"2019-07-01T00:52:03.000Z","updated_at":"2022-07-22T02:57:39.000Z","dependencies_parsed_at":"2023-02-01T18:15:41.545Z","dependency_job_id":null,"html_url":"https://github.com/danielc92/node-express-basics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielc92/node-express-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fnode-express-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fnode-express-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fnode-express-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fnode-express-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielc92","download_url":"https://codeload.github.com/danielc92/node-express-basics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fnode-express-basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31993702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["learning-by-doing"],"created_at":"2025-03-20T08:50:27.747Z","updated_at":"2026-04-19T03:31:49.173Z","avatar_url":"https://github.com/danielc92.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nodejs basic http server.\nLearning the roots of Nodejs http server. serving basic text/html/json responses. This work will be a stepping stone to learn express framework.\n\n# Advantages of using Express.js\n- Fast\n- Can be used for API, microservices, blogs, realtime applications\n- Supports async natively\n- Can be paired with Frontend like React/Angular/Vue, making it possible to use Javascript for front **and** backend.\n\n# Concepts\n\n**NODEJS**\n\n- Creating basic http server\n- Sending text/html/json responses\n- Setting headers/status codes\n- Basic Routing\n\n**EXPRESS.JS**\n\n- Creating server instance\n- Sending responses\n- Retrieving params (http:localhost:8000/api/users/**id**/)\n- Retrieving query strings (http:localhost:8000/api/users/**?name=harry\u0026school=melbourne**)\n- Hot reloading with nodemon\n- Using middleware to access static files\n- Using handlebars rendering template engine\n- Using POST requests, to push JSON data into an existing array.\n\n# Setup\n**How to obtain this repository:**\n```sh\ngit clone https//link.to.this.projects.git-repo\n```\n**Modules/dependencies:**\n- `node` (runtime environment for javascript outside of browser)\n- `express` (javascript web framework)\n- `nodemon` (hot reloading)\n\n# Tests\n- Testing starting server, listening on localhost port 8000\n- Tested getting response from several routes, each of which, providing varying responses, headers\n\n# Contributors\n- Daniel Corcoran\n\n# Sources\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Fnode-express-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielc92%2Fnode-express-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Fnode-express-basics/lists"}