{"id":29059349,"url":"https://github.com/victorpaularony/chat-app","last_synced_at":"2026-04-16T04:31:33.146Z","repository":{"id":300120473,"uuid":"997071347","full_name":"VictorPaulArony/chat-app","owner":"VictorPaulArony","description":"chat-app","archived":false,"fork":false,"pushed_at":"2025-06-24T22:19:44.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-27T07:49:10.381Z","etag":null,"topics":["css","go","htm","javascript","websocket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VictorPaulArony.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-06-05T23:02:29.000Z","updated_at":"2025-06-24T22:19:49.000Z","dependencies_parsed_at":"2025-06-20T01:27:01.789Z","dependency_job_id":"c3d51c8d-ed4a-4ee5-899b-42aa1fef9588","html_url":"https://github.com/VictorPaulArony/chat-app","commit_stats":null,"previous_names":["victorpaularony/chat-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VictorPaulArony/chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorPaulArony%2Fchat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorPaulArony%2Fchat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorPaulArony%2Fchat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorPaulArony%2Fchat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VictorPaulArony","download_url":"https://codeload.github.com/VictorPaulArony/chat-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorPaulArony%2Fchat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31871446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css","go","htm","javascript","websocket"],"created_at":"2025-06-27T07:39:28.807Z","updated_at":"2026-04-16T04:31:33.129Z","avatar_url":"https://github.com/VictorPaulArony.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Application\n\nA real-time chat application built with Go backend and modern JavaScript frontend. Features include:\n\n- Real-time messaging using WebSocket\n- User authentication and login\n- Online/offline user status\n- Message history\n- Modern, responsive UI\n- Error handling and user feedback\n\n## Features\n\n- Real-time chat between users\n- User authentication with login\n- Shows online/offline status of users\n- Message history loading\n- Modern, responsive UI\n- Error handling and user feedback\n- Automatic WebSocket reconnection\n- Message timestamp display\n\n## Tech Stack\n\n- **Backend**: Go with Gorilla WebSocket\n- **Frontend**: HTML5, CSS3, JavaScript\n- **Database**: SQLite\n- **WebSocket**: Real-time communication\n\n## Getting Started\n\n### Prerequisites\n\n- Go 1.20 or higher\n- SQLite3\n- Modern web browser\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/VictorPaulArony/chat-app.git\ncd chat-app\n```\n\n2. Install Go dependencies:\n```bash\ngo mod tidy\n```\n\n3. Run the application:\n```bash\ngo run main.go\n```\n\n4. Open your browser and navigate to `http://localhost:8080`\n\n## Project Structure\n\n```\nchat-app/\n├── backend/           # Backend Go code\n│   └── Connection.go  # WebSocket and message handling\n├── database/          # Database related code\n├── static/            # Frontend assets\n│   ├── script.js      # Main JavaScript code\n│   ├── style.css      # CSS styles\n│   └── index.html     # Main HTML file\n└── main.go            # Main application entry point\n```\n\n## Usage\n\n1. Open the application in your web browser\n2. Click \"Login\" to access the chat interface\n3. Enter your username and password\n4. Select a user from the list to start chatting\n5. Messages are sent in real-time using WebSocket\n6. User online/offline status is automatically updated\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details\n\n## Acknowledgments\n\n- Thanks to the Gorilla WebSocket team for their excellent WebSocket implementation\n- Thanks to all contributors and users who help improve this project","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorpaularony%2Fchat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorpaularony%2Fchat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorpaularony%2Fchat-app/lists"}