{"id":49577182,"url":"https://github.com/ismaileub/simple-server-using-pure-node-js","last_synced_at":"2026-05-03T17:36:42.746Z","repository":{"id":299467207,"uuid":"993794294","full_name":"ismaileub/simple-server-using-pure-node-js","owner":"ismaileub","description":"A basic HTTP server built using only core Node.js modules  no external frameworks. It reads data from a JSON file and serves it through RESTful routes. A great starting point to understand how servers work under the hood with Node.js.","archived":false,"fork":false,"pushed_at":"2025-06-16T17:40:26.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T18:45:17.342Z","etag":null,"topics":["json","node-js","server"],"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/ismaileub.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,"zenodo":null}},"created_at":"2025-05-31T14:38:21.000Z","updated_at":"2025-06-16T17:40:29.000Z","dependencies_parsed_at":"2025-06-16T18:45:20.671Z","dependency_job_id":"561d2628-2d0d-4323-b484-4818ccbf8261","html_url":"https://github.com/ismaileub/simple-server-using-pure-node-js","commit_stats":null,"previous_names":["ismaileub/simple-server-using-pure-node-js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ismaileub/simple-server-using-pure-node-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaileub%2Fsimple-server-using-pure-node-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaileub%2Fsimple-server-using-pure-node-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaileub%2Fsimple-server-using-pure-node-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaileub%2Fsimple-server-using-pure-node-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ismaileub","download_url":"https://codeload.github.com/ismaileub/simple-server-using-pure-node-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaileub%2Fsimple-server-using-pure-node-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32579079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["json","node-js","server"],"created_at":"2026-05-03T17:36:42.141Z","updated_at":"2026-05-03T17:36:42.734Z","avatar_url":"https://github.com/ismaileub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js API with File-Based Storage\n\nThis is a simple **CRUD API** server implemented with pure **Node.js**.  \nIt stores data in a **JSON file** instead of a traditional database — perfect for small projects, prototyping, or learning Node.js fundamentals.\n\n## 🔹 Features 🔹\n\n✅ **Create** a new item\n✅ **Read** all items or a single item by its title\n✅ **Update** an item’s body by its title\n✅ **Delete** an item by its title\n✅ File-based persistence (JSON)\n✅ Pure Node.js (without Express or additional libraries)\n\n## 🔹 Installation 🔹\n\n1. **Clone the repository:**\n\n```bash\ngit clone https://github.com/ismaileub/simple-server-using-pure-node-js.git\ncd simple-server-using-pure-node-js\n```\n\n## 🔹 Starting the server 🔹\n\n```bash\nnode server.js\n```\n\nThe server will be up and running at [http://localhost:5000](http://localhost:5000).\n\n## 🔹 Express Version 🔹\n\nIf you want a similar server implemented with Express, check this repository:\n[https://github.com/ismaileub/simple-server-using-express](https://github.com/ismaileub/simple-server-using-express)\n\n✅ **Happy coding!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismaileub%2Fsimple-server-using-pure-node-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismaileub%2Fsimple-server-using-pure-node-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismaileub%2Fsimple-server-using-pure-node-js/lists"}