{"id":48289520,"url":"https://github.com/danrotaru/node_chat","last_synced_at":"2026-04-04T23:01:52.342Z","repository":{"id":45591762,"uuid":"432969921","full_name":"DanRotaru/node_chat","owner":"DanRotaru","description":"Nodejs realtime chat (WebSocket, MySQL, Express)","archived":false,"fork":false,"pushed_at":"2021-12-20T21:05:53.000Z","size":1546,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-06-16T11:36:21.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/DanRotaru.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}},"created_at":"2021-11-29T08:57:31.000Z","updated_at":"2023-06-16T11:36:21.116Z","dependencies_parsed_at":"2022-09-12T11:14:46.574Z","dependency_job_id":null,"html_url":"https://github.com/DanRotaru/node_chat","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/DanRotaru/node_chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanRotaru%2Fnode_chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanRotaru%2Fnode_chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanRotaru%2Fnode_chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanRotaru%2Fnode_chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanRotaru","download_url":"https://codeload.github.com/DanRotaru/node_chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanRotaru%2Fnode_chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31418287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":[],"created_at":"2026-04-04T23:01:43.908Z","updated_at":"2026-04-04T23:01:52.312Z","avatar_url":"https://github.com/DanRotaru.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Real time chat on NodeJS (Express + MYSQL)\nReal time char collaboration on nodejs\n\n## Used stack:\n1. Express\n2. WebSocket\n3. MySQL\n\n## Init\nFirst install all dependencies\n```\nnpm i\n```\n\n## Config database\nYou need to write your database details. Upload file `db.sql` in your database and in `/config/db.js` change database name, user, password..\n```javascript\nvar conn = mysql.createConnection({\n    host: 'localhost',\n    user: 'root',\n    password: '',\n    database: 'node_chat'\n});\n```\n\nDone. Now just run it\n```\nnpm start\n```\n\n![image](https://user-images.githubusercontent.com/7759507/143871330-f34bbe65-e328-4d28-9622-ab0161acc561.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanrotaru%2Fnode_chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanrotaru%2Fnode_chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanrotaru%2Fnode_chat/lists"}