{"id":19323516,"url":"https://github.com/salimkayabasi/chat-mate","last_synced_at":"2026-04-12T13:02:56.811Z","repository":{"id":147648689,"uuid":"99712229","full_name":"salimkayabasi/chat-mate","owner":"salimkayabasi","description":"yet another chat server","archived":false,"fork":false,"pushed_at":"2022-06-26T09:16:23.000Z","size":479,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-01-06T06:21:40.794Z","etag":null,"topics":["babel","docker","express","jest","passportjs","react","redis","server-side-rendering","socket-io"],"latest_commit_sha":null,"homepage":"https://chat-mate.herokuapp.com","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/salimkayabasi.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-08-08T16:12:28.000Z","updated_at":"2017-08-10T11:44:37.000Z","dependencies_parsed_at":"2023-04-09T07:15:30.279Z","dependency_job_id":null,"html_url":"https://github.com/salimkayabasi/chat-mate","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/salimkayabasi%2Fchat-mate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimkayabasi%2Fchat-mate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimkayabasi%2Fchat-mate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimkayabasi%2Fchat-mate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salimkayabasi","download_url":"https://codeload.github.com/salimkayabasi/chat-mate/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240427193,"owners_count":19799466,"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":["babel","docker","express","jest","passportjs","react","redis","server-side-rendering","socket-io"],"created_at":"2024-11-10T01:47:50.634Z","updated_at":"2026-04-12T13:02:56.738Z","avatar_url":"https://github.com/salimkayabasi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatmate\n\n![Preview](doc/preview.png \"Preview\")\n\n### Live Demo\n\nPlease check it out on [heroku](https://chat-mate.herokuapp.com/)\n\n### Requirements\nYou should have installed:\n- [Node.js][1] (tested on v6.11.0) //LTS version is recommended\n- npm (tested on v3.10.10)\n- [yarn][2] (tested on v0.27.5)\n\n\n### Development\n\n1. Clone the repository `$ git clone ...`\n2. Install dependencies with `yarn`\n\nStart server:\n\n```bash\nyarn watch # with live reload server\n```\n\nClient side:\n    \n```bash\nyarn webpack # build client-side files\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\nPlease check the `Configuration` section\n\n### Linting with ESLint\n\n[ESLint][3] is an open source JavaScript linting utility.\n\n```bash\nyarn lint # checking lint errors\nyarn lint-fix # fixing minor lint errors\n```\n\n### Run tests\n\nFor tests we use [Jest][4]\n\nTo run test\n\n```bash\nyarn test\n```\n\n\nBefore running test suites, it will check for lint errors. \nAnd it also print out coverage report after the test\n\n### Docker Image\n\nYou can create a docker image with using built-in configuration\n\n```bash\nyarn docker\n```\nthis command will create a new image with using `GIT_HASH` of current branch\n* Docker must be installed if you want to use this feature\n\n### Configuration\n###### *(ENV variables)*\n\n| name           | type    | required   | default           |variants           |\n| ---------------|:--------|:-----------|:------------------|:------------------|\n| NODE_ENV       | string  | optional   | development       | prod, qa, test    |\n| GIT_HASH       | string  | optional   |                   |                   |\n| PORT           | number  | optional   | 3000              |                   |\n| LOG_LEVEL      | string  | optional   | debug             | info, warn...     |\n| LOG_LAYOUT     | string  | optional   | basic             | colored...        |\n| REDIS_URL      | string  | required   | redis://localhost |                   |\n| COOKIE_SECRET  | string  | required   | keyboard cat      |                   |\n\n[1]: https://nodejs.org/\n[2]: https://yarnpkg.com/lang/en/\n[3]: http://eslint.org/\n[4]: https://facebook.github.io/jest/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalimkayabasi%2Fchat-mate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalimkayabasi%2Fchat-mate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalimkayabasi%2Fchat-mate/lists"}