{"id":19094030,"url":"https://github.com/gaurav-chaurasia/chat-app","last_synced_at":"2026-05-07T09:31:11.966Z","repository":{"id":119258007,"uuid":"336602774","full_name":"gaurav-chaurasia/chat-app","owner":"gaurav-chaurasia","description":"a chat web application like WhatsApp, on nodejs using WebSockets","archived":false,"fork":false,"pushed_at":"2021-02-23T15:29:04.000Z","size":788,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T07:56:27.916Z","etag":null,"topics":["mongoose-odm","nodejs","oauth2","passport","socket-io","websocket"],"latest_commit_sha":null,"homepage":"https://dlhd.herokuapp.com/msg","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/gaurav-chaurasia.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":"2021-02-06T18:04:14.000Z","updated_at":"2021-05-13T12:09:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc83dcec-c9fa-427d-811a-2f0e4863c395","html_url":"https://github.com/gaurav-chaurasia/chat-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gaurav-chaurasia/chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaurav-chaurasia%2Fchat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaurav-chaurasia%2Fchat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaurav-chaurasia%2Fchat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaurav-chaurasia%2Fchat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaurav-chaurasia","download_url":"https://codeload.github.com/gaurav-chaurasia/chat-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaurav-chaurasia%2Fchat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32731187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["mongoose-odm","nodejs","oauth2","passport","socket-io","websocket"],"created_at":"2024-11-09T03:27:13.824Z","updated_at":"2026-05-07T09:31:11.941Z","avatar_url":"https://github.com/gaurav-chaurasia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chat-app\n\n\u003e Note: All steps were performed using on Windows 10.  \n\u003e [Link](https://dlhd.herokuapp.com/msg)  \n\u003e [ScreenShots](#ScreenShots)  \n\n### INSTALLATIONS\n\n\u003e RUN LOCALLY\n\u003e Note: All steps were performed using on Windows 10.\n\n- Install `node(14.15.0)` \n  - [NODEJS](https://nodejs.org/en/)\n  - Use default setting and just keep clicling `next` till finish\n\n- Install `Git` \n  -[GIT](https://git-scm.com/)\n  - Use default setting and just keep clicling `next` till finish\n\n\n### RUN LOCALLY\n\n- Clone the Repo:\n\n```\n        $ git clone https://github.com/gaurav-chaurasia/chat-app.git\n```\n\n- Move to the folder where you cloned the project \n- Install all dependencies and devDependencies by running the following command\n\n```\n        $ npm install\n```\n\n- Before running the server add `.env` file in root folder or simply replace `.env.example` with `.env` file and add your keys\n- to get Client id \u0026 Client Secret [link](https://www.balbooa.com/gridbox-documentation/how-to-get-google-client-id-and-client-secret)\n- to get `DATABASE_CONNECTION_URL` and make DB connection [link](https://medium.com/@sergio13prez/connecting-to-mongodb-atlas-d1381f184369)\n\n```js\n        # database connection url\n        DATABASE_URI=\u003cYOUR_DATABASE_CONNECTION_URL\u003e\n\n        # client id \u0026 secret for OAuth\n        GOOGLE_OAUTH2_CLIENT_ID=\u003cYOUR_OAUTH_CLIENT_ID\u003e\n        GOOGLE_OAUTH2_CLIENT_SECRET=\u003cYOUR_OAUTH_CLIENT_SECRET\u003e\n```\n\n\n- Now run the server by running following command\n  - dev runs the sever with nodemon which automatically restart server everytime we make any changes  \n\n```js\n    $ npm start\n```\n\n- The above steps starts the development server on localhost:3000 \n- Go to `http://localhost:3000/` in your browser \n- It will automatically redirect you to the Home page and then ask for Signup or Login.\n\n#### ScreenShots\n\n\u003e Home Page ROOT ROUTE    \n![](public/images/4.png)\n\n\u003e /msg page    \n![](public/images/2.png)\n\n![](public/images/3.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaurav-chaurasia%2Fchat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaurav-chaurasia%2Fchat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaurav-chaurasia%2Fchat-app/lists"}