{"id":21423229,"url":"https://github.com/mementomori11723/simple-chat","last_synced_at":"2026-02-23T08:34:09.533Z","repository":{"id":263618072,"uuid":"890956103","full_name":"MementoMori11723/Simple-Chat","owner":"MementoMori11723","description":"A simple chat app built in go, we are using websocket to send data across multiple devices","archived":false,"fork":false,"pushed_at":"2025-03-02T10:59:20.000Z","size":37,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T17:58:02.663Z","etag":null,"topics":["go","golang","http","http-server","tailwindcss","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/MementoMori11723.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-11-19T13:31:45.000Z","updated_at":"2025-03-02T10:59:22.000Z","dependencies_parsed_at":"2024-11-26T00:00:41.901Z","dependency_job_id":null,"html_url":"https://github.com/MementoMori11723/Simple-Chat","commit_stats":null,"previous_names":["mementomori11723/simple-chat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MementoMori11723%2FSimple-Chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MementoMori11723%2FSimple-Chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MementoMori11723%2FSimple-Chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MementoMori11723%2FSimple-Chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MementoMori11723","download_url":"https://codeload.github.com/MementoMori11723/Simple-Chat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243926685,"owners_count":20370023,"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":["go","golang","http","http-server","tailwindcss","websocket"],"created_at":"2024-11-22T21:15:11.323Z","updated_at":"2026-02-23T08:34:09.497Z","avatar_url":"https://github.com/MementoMori11723.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Chat\n\nSimple Chat is a lightweight real-time chat application that allows multiple users to communicate instantly. It uses WebSockets for efficient message delivery and provides a responsive, user-friendly interface.\n\n## Features\n\n- **Real-time Messaging**: Instant message delivery using WebSockets.\n- **Go Backend**: The server is built with Go for performance and simplicity.\n- **Dynamic Templates**: HTML templates with Go's `template` package for dynamic content rendering.\n- **TailwindCSS**: Responsive and modern UI design using TailwindCSS CDN.\n\n## Project Structure\n\n- **Server**: A Go-based WebSocket server that manages connections and broadcasts messages.\n- **Frontend**: Built with HTML templates, styled using TailwindCSS, and rendered dynamically.\n- **Templates**: Uses Go's `template` package with `{{ template \"title\" . }}` syntax for embedding dynamic data.\n\n## Installation\n\n1. **Clone the Repository**:\n    ```bash\n    git clone https://github.com/MementoMori11723/Simple-Chat.git\n    cd simple-chat\n    ```\n\n2. **Run the Application**:\n    Ensure you have `make` and `go` installed. Then, run the following command:\n    ```bash\n    make run\n    ```\n    Or, you can use the following commands:\n    ```bash\n    make\n    ```\n    Or, you can also run the application manually:\n    ```bash\n    go run .\n    ```\n\n3. **Access the Application**:\n    Open your browser and go to `http://localhost:8080`.\n\n## Usage\n\n- Navigate to the homepage to join the chat room.\n- Start chatting with other connected users.\n- Error handling is implemented for invalid routes.\n\n## File Structure\n\n- **`app.go`**: Main server file.\n- **`pages/`**: Contains HTML templates (`index.html`, `layouts.html`, `error.html`).\n- **`Makefile`**: Simplifies running the application.\n\n## Future Improvements\n\n- User authentication.\n- Private messaging.\n- Chat history storage.\n\n---\n\nFeel free to customize further if needed!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmementomori11723%2Fsimple-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmementomori11723%2Fsimple-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmementomori11723%2Fsimple-chat/lists"}