{"id":17096139,"url":"https://github.com/ega4432/chat","last_synced_at":"2026-05-06T05:33:37.305Z","repository":{"id":115176198,"uuid":"216987724","full_name":"ega4432/chat","owner":"ega4432","description":"Chat application using WebSocket","archived":false,"fork":false,"pushed_at":"2020-01-03T13:04:44.000Z","size":18325,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T23:49:02.315Z","etag":null,"topics":["bootstrap3","chat-application","go","golang","websocket"],"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/ega4432.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":"2019-10-23T06:49:46.000Z","updated_at":"2020-01-03T13:04:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bc7d296-351c-4ba4-b12e-49fc2d73dd23","html_url":"https://github.com/ega4432/chat","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/ega4432%2Fchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Fchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Fchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Fchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ega4432","download_url":"https://codeload.github.com/ega4432/chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245144033,"owners_count":20568049,"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":["bootstrap3","chat-application","go","golang","websocket"],"created_at":"2024-10-14T14:44:42.612Z","updated_at":"2026-05-06T05:33:37.269Z","avatar_url":"https://github.com/ega4432.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chat\n\n## Overview\n\nThis is a Chat application using WebSocket. ( WebSocket is a communication standard for computer networks. It is a technical standard for realizing bidirectional communication in Web applications. )\n\n![chat_demo](https://user-images.githubusercontent.com/38056766/69639993-f3d73300-10a0-11ea-963d-d9981249fe35.gif)\n\n## Installation\n\n### Requirements\n\n- Golang ver1.12.6\n\n### Setting\n\nFirst of all, clone this repository.\nThen excute `go get` the packages you need. Also create a file to write environment variables with the name `.env` and describe the following.\n\n```\nGO111MODULE=on\nSECURITY_KEY=\nFACEBOOK_CLIENT=\nFACEBOOK_SECRET=\nFACEBOOK_CALL_BACK_URL=\nGITHUB_CLIENT=\nGITHUB_SECRET=\nGITHUB_CALL_BACK_URL=\nGOOGLE_CLIENT=\nGOOGLE_SECRET=\nGOOGLE_CALL_BACK_URL=\n``` \n\n## Usage\n\nBuild and Start web server. Let's open the URL specified by the host in your browser. \n\n```\n❯ go build -o chat\n\n❯ ./chat -host=\":8080\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fega4432%2Fchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fega4432%2Fchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fega4432%2Fchat/lists"}