{"id":26264592,"url":"https://github.com/fram1000/chatternet","last_synced_at":"2026-04-11T02:48:58.456Z","repository":{"id":180084376,"uuid":"437325825","full_name":"FraM1000/Chatternet","owner":"FraM1000","description":"Building a web-based chat application","archived":false,"fork":false,"pushed_at":"2024-03-10T23:52:35.000Z","size":675,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T14:46:46.754Z","etag":null,"topics":["chat-application","java","javascript","messaging","mysql","spring-boot","web-application","websocket"],"latest_commit_sha":null,"homepage":"","language":"Java","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/FraM1000.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,"zenodo":null}},"created_at":"2021-12-11T15:59:37.000Z","updated_at":"2023-07-18T09:08:46.000Z","dependencies_parsed_at":"2025-07-22T14:35:57.230Z","dependency_job_id":"c5a6d311-1049-4dde-b008-663776a22b86","html_url":"https://github.com/FraM1000/Chatternet","commit_stats":null,"previous_names":["fram1000/chatternet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FraM1000/Chatternet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FraM1000%2FChatternet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FraM1000%2FChatternet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FraM1000%2FChatternet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FraM1000%2FChatternet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FraM1000","download_url":"https://codeload.github.com/FraM1000/Chatternet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FraM1000%2FChatternet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31667034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["chat-application","java","javascript","messaging","mysql","spring-boot","web-application","websocket"],"created_at":"2025-03-14T02:16:35.189Z","updated_at":"2026-04-11T02:48:58.442Z","avatar_url":"https://github.com/FraM1000.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is Chatternet?\nChatternet is a web-based one-to-one messaging application which allows users to send private messages to each other.\n\n\u003cimg width=\"157\" alt=\"image\" src=\"https://github.com/FraM1000/Chatternet/assets/88930554/60fa5e04-03ce-4732-9322-f41acf8d41ab\"\u003e\n\n\nThis is a complete application that includes a form-based authentication built with Spring Security. In case of a successful login if the user is not an admin it is redirected to the homepage where all the chats are displayed, also a websocket connection is established between a client and a server and it is implemented thanks to Spring Websocket. A user can choose a chat and send a text message to another user, Since websocket is just a communication protocol, it doesn’t know how to send a message to a particular user. STOMP is a messaging protocol which is useful for these functionalities and that is used on the client. After the text message is sended it will be persisted in the MySQL Database.\n\n## Features\n* Login\n* Registration\n* Admin dashboard\n* Homepage\n* Profile page\n* Search users\n* Send messages\n\n## Installation\nPrerequisites:\n\n* Java 8\n* Maven\n* MySQL database\n* Run sqlScripts folder against the MySQL database\n\n\n```bash\n# This will get a copy of the project installed locally.\ngit clone https://github.com/FraM1000/Chatternet.git\ncd Chatternet\n\n# This will package the application as a standalone war.\nmvn clean install\n\n# This will run our application.\njava -jar target/chatternet-0.0.1-SNAPSHOT.war\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffram1000%2Fchatternet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffram1000%2Fchatternet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffram1000%2Fchatternet/lists"}