{"id":21539030,"url":"https://github.com/big-silver/react-redux-socketio-chat","last_synced_at":"2025-07-11T07:03:19.857Z","repository":{"id":120407121,"uuid":"87824696","full_name":"Big-Silver/React-Redux-Socketio-Chat","owner":"Big-Silver","description":"Chatting App using React/Redux and Socket.io","archived":false,"fork":false,"pushed_at":"2017-04-10T19:57:26.000Z","size":60,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-10T03:32:33.443Z","etag":null,"topics":["react-chatting","react-redux","socket-io"],"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/Big-Silver.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":"2017-04-10T15:06:24.000Z","updated_at":"2022-11-11T02:45:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb5dbef4-5bf5-4098-9de2-f83c155ad877","html_url":"https://github.com/Big-Silver/React-Redux-Socketio-Chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Big-Silver/React-Redux-Socketio-Chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Big-Silver%2FReact-Redux-Socketio-Chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Big-Silver%2FReact-Redux-Socketio-Chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Big-Silver%2FReact-Redux-Socketio-Chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Big-Silver%2FReact-Redux-Socketio-Chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Big-Silver","download_url":"https://codeload.github.com/Big-Silver/React-Redux-Socketio-Chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Big-Silver%2FReact-Redux-Socketio-Chat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264751831,"owners_count":23658503,"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":["react-chatting","react-redux","socket-io"],"created_at":"2024-11-24T04:13:56.361Z","updated_at":"2025-07-11T07:03:19.849Z","avatar_url":"https://github.com/Big-Silver.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-redux-socketio-chat\n\n\u003cimg width=\"900\" src=\"src/img/React chat.png\" border=\"0\" /\u003e\n\n## About\n\nUsing React.js and Socket.io, I built the React-chatting-App.\nThis project is written by [Big Silver].\n\n## Prepare\n\nNote: You need MongoDB set up and running to run the code locally. [Installation instructions](https://docs.mongodb.org/manual/installation/)\n\nOnce you've installed MongoDB start up the MongoDB server in a new terminal with the following commands:\n\n```\nmkdir db\nmongod --dbpath=./db --smallfiles\n```\n\nThen open a new terminal and type in `mongo` and type in `use chat_dev`\nThis is your database interface.  You can query the database for records for example: `db.users.find()` or `db.stats()`.\n\nNow that you've done all that, you can go go ahead and code away!\n\n## Install\n\n```\ngit clone https://github.com/Big-Silver/React-Redux-Socketio-Chat.git react@redux-chat\ncd react@redux-chat\nnpm install\n```\n\n## Development\n\n```\nnpm run dev\n```\nAnd then point your browser to `localhost:3000`\n\nNote:\nThis program comes with [redux-dev tools](https://github.com/gaearon/redux-devtools)\n* To hide the dev tool panel press ctrl+h\n* To change position press ctrl+m\n\n## Production\n\n```\nnpm run build\nnpm start\n```\nAnd then point your browser to `localhost:3000`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbig-silver%2Freact-redux-socketio-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbig-silver%2Freact-redux-socketio-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbig-silver%2Freact-redux-socketio-chat/lists"}