{"id":29124962,"url":"https://github.com/avetik-dev/socket_io-apache","last_synced_at":"2026-02-01T21:32:45.367Z","repository":{"id":240681851,"uuid":"530383314","full_name":"avetik-dev/socket_io-apache","owner":"avetik-dev","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-29T20:34:51.000Z","size":145,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T21:08:00.704Z","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/avetik-dev.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":"2022-08-29T20:29:34.000Z","updated_at":"2022-08-29T20:34:53.000Z","dependencies_parsed_at":"2024-05-20T16:12:51.101Z","dependency_job_id":null,"html_url":"https://github.com/avetik-dev/socket_io-apache","commit_stats":null,"previous_names":["avetik-dev/socket_io-apache"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avetik-dev/socket_io-apache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avetik-dev%2Fsocket_io-apache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avetik-dev%2Fsocket_io-apache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avetik-dev%2Fsocket_io-apache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avetik-dev%2Fsocket_io-apache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avetik-dev","download_url":"https://codeload.github.com/avetik-dev/socket_io-apache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avetik-dev%2Fsocket_io-apache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28991744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T20:57:35.821Z","status":"ssl_error","status_checked_at":"2026-02-01T20:57:29.580Z","response_time":56,"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":"2025-06-29T21:08:00.500Z","updated_at":"2026-02-01T21:32:45.350Z","avatar_url":"https://github.com/avetik-dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Socket.Io \n![](page.png)\n## Get Real time users count\n\n## Local Setup\n\nThe first time you need to install npm\n```\nnpm install\n```\nThen set up config.js\n```\nmodule.exports = {\n    siteUrl: 'http://www.example.com',\n    port: 8082,\n    dbConfig: {\n        host: 'localhost',\n        user: 'developer',\n        password: 'Dev_123456',\n        database: 'rosary'\n    }\n}\n```\nThen set up apache server,\nports should be like on config.js,\nfor example 8082\n\n```\n\u003cVirtualHost *:80\u003e\n   ServerAdmin admin@propulsion360.site\n   ServerName example.site\n   ServerAlias www.example.site\n   DocumentRoot /var/www/apache_socket_io\n  \n   RewriteEngine On\n   RewriteCond %{REQUEST_URI}  ^/socket.io            [NC]\n   RewriteCond %{QUERY_STRING} transport=websocket    [NC]\n   RewriteRule /(.*)           ws://localhost:8082/$1 [P,L]\n\n   ProxyPass        /socket.io http://localhost:8082/socket.io\n   ProxyPassReverse /socket.io http://localhost:8082/socket.io\n\n        \u003cDirectory \"/var/www/apache_socket_io\"\u003e\n            AllowOverride all\n        \u003c/Directory\u003e\n\u003c/VirtualHost\u003e\n```\nAnd lastly, you need to start the node server\n```\nnode index.js\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favetik-dev%2Fsocket_io-apache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favetik-dev%2Fsocket_io-apache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favetik-dev%2Fsocket_io-apache/lists"}