{"id":15106934,"url":"https://github.com/ntshvicky/nodejs-chat-app-example","last_synced_at":"2026-01-20T16:11:06.943Z","repository":{"id":226489687,"uuid":"768831311","full_name":"ntshvicky/NodeJs-Chat-App-Example","owner":"ntshvicky","description":"An example app for nodejs with chat app example with MongoDB","archived":false,"fork":false,"pushed_at":"2024-03-07T20:27:14.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T09:17:49.785Z","etag":null,"topics":["jasmine","mongodb","mongoose","nodejs","socket-io"],"latest_commit_sha":null,"homepage":"https://node-js-chat-app-example.vercel.app","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/ntshvicky.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}},"created_at":"2024-03-07T20:17:47.000Z","updated_at":"2024-03-08T18:21:19.000Z","dependencies_parsed_at":"2024-03-07T21:32:26.179Z","dependency_job_id":"d9ceb115-2c99-4509-8694-f7be165b57dd","html_url":"https://github.com/ntshvicky/NodeJs-Chat-App-Example","commit_stats":null,"previous_names":["ntshvicky/nodejs-chat-app-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntshvicky%2FNodeJs-Chat-App-Example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntshvicky%2FNodeJs-Chat-App-Example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntshvicky%2FNodeJs-Chat-App-Example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntshvicky%2FNodeJs-Chat-App-Example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntshvicky","download_url":"https://codeload.github.com/ntshvicky/NodeJs-Chat-App-Example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247341321,"owners_count":20923415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["jasmine","mongodb","mongoose","nodejs","socket-io"],"created_at":"2024-09-25T21:03:25.531Z","updated_at":"2026-01-20T16:11:06.913Z","avatar_url":"https://github.com/ntshvicky.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# step\n1. create server.js file\n2. setup node using npm init --yes (yes to prevent step one by one)\n3. install express to use frontend also - npm install -s express\n4. install nodemon to run express - npm install -g nodemon\n5. run server.js using nodemon to see in browser - nodemon server.js - then you can access localhost:3000 in browser\n6. install body-parser - it required to see request data in server side send by post method - npm install -s body-parser\n7. for socket.io - npm install -s socket.io\n8. for mongodb use - npm install -s mongoose (in new mongoose version..callback doesnt support )\n9. install jasmine to handle unit test - npm install --save-dev jasmine (--save-dev only gonna available on development mode)\n10. to create testing folder and some config for testing use - ./node_modules/.bin/jasmin init\n    it will create spec folder\n    now update package.json script array for test key\n    write test code in spec/server.spec.js\n11. install request to send request - npm install -s request\n\n\n## here i have also used some example for basic queries to access\nlike how to access URL parameter and query string","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntshvicky%2Fnodejs-chat-app-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntshvicky%2Fnodejs-chat-app-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntshvicky%2Fnodejs-chat-app-example/lists"}