{"id":18925296,"url":"https://github.com/solutionstack/jobsity-demo","last_synced_at":"2025-06-12T07:09:43.030Z","repository":{"id":214795025,"uuid":"584574515","full_name":"solutionstack/jobsity-demo","owner":"solutionstack","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-25T02:58:52.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-24T23:44:49.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/solutionstack.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":"2023-01-03T00:41:26.000Z","updated_at":"2023-01-03T23:56:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9b0c934-fb5b-4a17-aa87-62b6f8ece2a1","html_url":"https://github.com/solutionstack/jobsity-demo","commit_stats":null,"previous_names":["solutionstack/jobsity-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solutionstack/jobsity-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fjobsity-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fjobsity-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fjobsity-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fjobsity-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solutionstack","download_url":"https://codeload.github.com/solutionstack/jobsity-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fjobsity-demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259418216,"owners_count":22854186,"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":[],"created_at":"2024-11-08T11:10:32.337Z","updated_at":"2025-06-12T07:09:43.004Z","avatar_url":"https://github.com/solutionstack.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo chat APP (Go + websocket)\n\n\n\n## How to run\n#### Clone repo \n```shell\n git clone https://github.com/solutionstack/jobsity-demo.git\n \n```\n#### Then\n```shell\ncd ./jobsity-demo \u0026\u0026 go mod tidy \n```\n\n#### RUN\n```shell\n go run main.go\n```\n\n\n\n#### ENV\n```shell\nWhen running dirrectly ensure the fllowing AMQP/RabbitMQ parameters are avalable in the enviroment\n\nAMQ_HOST=\nAMQ_USER=\nAMQ_PASS=\n\n\nFor a docker build the following --build-arg(s) should be passed\nARG_AMQ_HOST=\nARG_AMQ_USER=\nARG_AMQ_PASS=\n```\n\nThis starts the app http server on port `8000` and websocket server on port `6001`\n\nVisit `http://localhost:8000` in your browser which should take you to the register and sign in page\n\nOn login, you'd be redirected to the chat interface\n\nTo get stock quotes, type a slash  command in the format `/stock=stockcode`\n\nAn unlimited number of users can be logged in on different browsers or tabs\n\n\n### Docker build\n```shell\n\ne.g\n\ndocker build -t jobsity-demo .\ndocker run -p 8000:8000 -p 6001:6001 jobsity-demo\n\nThen open localhost:8000 in your browser\n```\n\n### Libraries used\n```shell\n github.com/gobwas/ws\n github.com/go-chi/chi\n github.com/rs/zerolog\n github.com/pkg/errors\n \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolutionstack%2Fjobsity-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolutionstack%2Fjobsity-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolutionstack%2Fjobsity-demo/lists"}