{"id":22983351,"url":"https://github.com/muthukumar89uk/go-chatapp-websocket","last_synced_at":"2025-04-02T10:23:58.187Z","repository":{"id":250882452,"uuid":"835300498","full_name":"muthukumar89uk/go-chatapp-websocket","owner":"muthukumar89uk","description":"Go-based sample chat app using the WebSocket.The WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session between the user's browser and a server.","archived":false,"fork":false,"pushed_at":"2024-07-31T15:26:56.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T01:33:22.408Z","etag":null,"topics":["chat-application","go","golang","mux-router","viper","websocket-application","websocket-chat"],"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/muthukumar89uk.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":"2024-07-29T14:53:37.000Z","updated_at":"2024-08-01T10:33:07.000Z","dependencies_parsed_at":"2025-02-08T01:31:38.078Z","dependency_job_id":"f218fde3-1330-4d7a-90d0-74371da04a92","html_url":"https://github.com/muthukumar89uk/go-chatapp-websocket","commit_stats":null,"previous_names":["muthukumar89uk/go-chatapp-websocket"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-chatapp-websocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-chatapp-websocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-chatapp-websocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-chatapp-websocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muthukumar89uk","download_url":"https://codeload.github.com/muthukumar89uk/go-chatapp-websocket/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246795022,"owners_count":20835114,"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":["chat-application","go","golang","mux-router","viper","websocket-application","websocket-chat"],"created_at":"2024-12-15T02:38:26.305Z","updated_at":"2025-04-02T10:23:58.160Z","avatar_url":"https://github.com/muthukumar89uk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Chat App Using WebSocket\n\nThis is a simple chat application built using Go and WebSockets. The application allows multiple users to send messages to each other in real-time.\n\n## Features\n\n- Real-time messaging using WebSockets\n- Broadcast messages to all connected users\n\n## Project Structure\nThe project is organized into several packages, each responsible for specific functionalities:\n- `handlers`  : Contains the HTTP request handlers for different API endpoints.\n- `config`    : Contains basic configuration for the Database.\n- `models`    : Defines the data models used in the application.\n- `drivers`   : Contains functions for establish a connection to database.\n- `helpers`   : Custom package that contains all the constants.\n\n## Getting Started\n\n### Installation\n\n1. Clone the repository Or Download:\n\n   ```\n   git clone https://github.com/muthukumar89uk/go-chatapp-websocket.git\n   ```\n   \nClick here to directly [download it](https://github.com/muthukumar89uk/go-chatapp-websocket/zipball/master).\n\n### Install dependencies:\n\n      go mod tidy\n\n### Run the Application\n 1. Run the Server:\n   ```\n      go run .\n   ```\n 2. Create the users using the `http://localhost:8080/user` URL.\n 3. Websocket server will start on `ws://localhost:8080/ws` URL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuthukumar89uk%2Fgo-chatapp-websocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuthukumar89uk%2Fgo-chatapp-websocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuthukumar89uk%2Fgo-chatapp-websocket/lists"}