{"id":25944731,"url":"https://github.com/lambels/go-room-chat","last_synced_at":"2025-07-11T08:13:05.787Z","repository":{"id":117958313,"uuid":"394282639","full_name":"Lambels/GO-Room-Chat","owner":"Lambels","description":"Simple real-time room chat built with golang.","archived":false,"fork":false,"pushed_at":"2021-08-15T10:51:48.000Z","size":5082,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T22:43:39.855Z","etag":null,"topics":["golang","real-time","webscocket"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Lambels.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,"zenodo":null}},"created_at":"2021-08-09T12:28:03.000Z","updated_at":"2022-07-15T12:18:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"e03137a1-bd4a-4a49-a6ec-b4d29d247a73","html_url":"https://github.com/Lambels/GO-Room-Chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lambels/GO-Room-Chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lambels%2FGO-Room-Chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lambels%2FGO-Room-Chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lambels%2FGO-Room-Chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lambels%2FGO-Room-Chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lambels","download_url":"https://codeload.github.com/Lambels/GO-Room-Chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lambels%2FGO-Room-Chat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264763916,"owners_count":23660319,"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":["golang","real-time","webscocket"],"created_at":"2025-03-04T08:18:52.117Z","updated_at":"2025-07-11T08:13:05.781Z","avatar_url":"https://github.com/Lambels.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Version](https://img.shields.io/badge/goversion-1.16.x-blue.svg)](https://golang.org)\n\u003ca href=\"https://golang.org\"\u003e\u003cimg src=\"https://img.shields.io/badge/powered_by-Go-3362c2.svg?style=flat-square\" alt=\"Built with GoLang\"\u003e\u003c/a\u003e\n\n# Go Room Chat\n\nRoom chat implemented with go using Gorilla mux and Gorilla websockets\n\n## Build\n\nMac/Linux:\n\n~~~\ngo build -o GoRoomChat ./cmd/web/*.go\n~~~\n\nWindows:\n\n~~~\ngo build -o GoRoomChat.exe ./cmd/web/.\n~~~\n\nFor particular platform:\n\n~~~\nenv GOOS=linux GOARCH=amd64 go build -o GoRoomChat ./cmd/web/*.go\n~~~\n\n## Requirements\n\nGoRoomChat Requires:\n- A running mysql database\n\n## Run\n\nMake sure the database is running.\n\n(If you are running on localhost with a database with no password default config should be ok)\nRun with flags:\n\n~~~\n./GoRoomChat \\\n-dbUser='root' \\\n-dbName='testdb' \\\n-dbPass='' \\\n-dbPort='3306' \\\n-dbHost='localhost' \\\n-stName='sessions' \\\n-port=':8080'\n~~~\n\n## All Flags\n\n~~~\n./GoRoomChat -help\nUsage of GoRoomChat:\n-dbHost string\n    Database host (default \"localhost\")\n-dbName string\n    Database name (default \"testdb\")\n-dbPass string\n    Database password\n-dbPort string\n    Database port (default \"3306\")\n-dbUser string\n    Databse user (default \"root\")\n-port string\n    Port on wich the server listens on (default \":8080\")\n-stName string\n    Sessions table name (default \"sessions\")\n~~~","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambels%2Fgo-room-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambels%2Fgo-room-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambels%2Fgo-room-chat/lists"}