{"id":16770381,"url":"https://github.com/ivanproskuryakov/messenger","last_synced_at":"2025-03-21T23:34:07.528Z","repository":{"id":74609964,"uuid":"161213092","full_name":"ivanproskuryakov/messenger","owner":"ivanproskuryakov","description":"Messenger app with React","archived":false,"fork":false,"pushed_at":"2022-03-08T09:50:34.000Z","size":1987,"stargazers_count":78,"open_issues_count":1,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-18T06:11:40.533Z","etag":null,"topics":["javascript","messenger","react"],"latest_commit_sha":null,"homepage":"http://messenger.magazento.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivanproskuryakov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-12-10T17:39:51.000Z","updated_at":"2023-05-19T03:27:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"1298c464-f333-45a5-bf73-48dfad7b3ce1","html_url":"https://github.com/ivanproskuryakov/messenger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanproskuryakov%2Fmessenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanproskuryakov%2Fmessenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanproskuryakov%2Fmessenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanproskuryakov%2Fmessenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanproskuryakov","download_url":"https://codeload.github.com/ivanproskuryakov/messenger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244885400,"owners_count":20526291,"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":["javascript","messenger","react"],"created_at":"2024-10-13T06:24:00.009Z","updated_at":"2025-03-21T23:34:07.523Z","avatar_url":"https://github.com/ivanproskuryakov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Messenger app using React\r\n\r\n[![Build Status](https://travis-ci.com/ivanproskuryakov/messenger.svg?branch=master)](https://travis-ci.com/ivanproskuryakov/messenger) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\r\n\r\n\u003cimg width=\"800\" alt=\"React Messenger Screenshot\" src=\"https://raw.githubusercontent.com/ivanproskuryakov/messenger/master/.demo/index.png\"/\u003e\r\n\r\n\r\nSimple and optimized React Messenger[(See Demo)](http://messenger.magazento.com/). It includes: \r\n\r\n- [x] React 16.5.8\r\n- [x] ECMAScript 6+ and JSX support\r\n- [x] React Router v4\r\n- [x] Component testing using [Enzyme](https://github.com/airbnb/enzyme) and [Jest](https://facebook.github.io/jest)\r\n- [x] Code Coverage\r\n- [x] Latest Webpack (v.4.16.5), Babel 7 and Webpack Dev Server (v.4.19.1) with Scope Hoisting enabled\r\n- [x] Hot Module Replacement using [react-hot-loader](https://github.com/gaearon/react-hot-loader)\r\n- [x] ES6 linting with continuous linting on file change\r\n- [x] SASS support\r\n- [x] Separate CSS stylesheets generation\r\n- [x] Automatic HTML generation\r\n- [x] Production Config\r\n- [x] Custom Babel Preset with Decorators, Class Properties, Rest/Spread operator support\r\n- [x] Export Separate Vendor Files\r\n\r\n## Starting the dev server\r\n\r\nMake sure you have the latest Stable or LTS version of Node.js installed.\r\n\r\n1. `git clone https://github.com/ivanproskuryakov/messenger`\r\n2. Run `npm install` or `yarn install`\r\n3. Start the dev server using `npm start`\r\n3. Copy files from `.dist/params/` to `app/config/params/` and adjust\r\n3. Open [http://0.0.0.0:8080](http://localhost:8080)\r\n\r\n## Services\r\nNotification \u0026 signals across users are build on top of pusher, see https://pusher.com/, where:\r\n \r\n- `presence-online` - share and display online presence of users\r\n- `presence-user-X` - realtime message delivery across users of a room(chat) \r\n\r\n## Available Commands\r\n\r\n- `npm start` - start the dev server\r\n- `npm clean` - delete the dist folder\r\n- `npm run production` - create a production ready build in `dist` folder\r\n- `npm run lint` - execute an eslint check\r\n- `npm test` - run all tests\r\n- `npm run test:watch` - run all tests in watch mode\r\n- `npm run coverage` - generate code coverage report in the `coverage` folder\r\n\r\n## Code Coverage\r\n\r\nThe project is using the Jest Code Coverage tool. The reports are generated by running `npm run coverage`. All configurations are located in `package.json`, inside the `jest` object.\r\n\r\nThe coverage report consists of an HTML reporter, which can be viewed in the browser and some helper coverage files like the coverage json and xml file.\r\n\r\n## Production code\r\n\r\nRun `npm run production`. The production-ready code will be located under `dist` folder.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanproskuryakov%2Fmessenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanproskuryakov%2Fmessenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanproskuryakov%2Fmessenger/lists"}