{"id":21653837,"url":"https://github.com/aadewunmi/tcp_chat_application","last_synced_at":"2025-03-20T04:33:26.908Z","repository":{"id":60280319,"uuid":"541086981","full_name":"AAdewunmi/TCP_Chat_Application","owner":"AAdewunmi","description":"Java TCP/IP Chat Messenger Application: This is a console-based Chat Application built using Java 9 and Ngrok","archived":false,"fork":false,"pushed_at":"2022-10-21T13:39:03.000Z","size":249,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T06:11:31.457Z","etag":null,"topics":["chat-application","chat-room","chatroom","console-application","java","java-console-application","java9","javasockets","multithreading","ngrok","tcp-client-server","tcp-ip","tcp-socket"],"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/AAdewunmi.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}},"created_at":"2022-09-25T07:14:55.000Z","updated_at":"2022-10-21T13:36:04.000Z","dependencies_parsed_at":"2023-01-20T07:15:17.294Z","dependency_job_id":null,"html_url":"https://github.com/AAdewunmi/TCP_Chat_Application","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/AAdewunmi%2FTCP_Chat_Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FTCP_Chat_Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FTCP_Chat_Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FTCP_Chat_Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AAdewunmi","download_url":"https://codeload.github.com/AAdewunmi/TCP_Chat_Application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244553284,"owners_count":20471169,"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","chat-room","chatroom","console-application","java","java-console-application","java9","javasockets","multithreading","ngrok","tcp-client-server","tcp-ip","tcp-socket"],"created_at":"2024-11-25T08:20:58.977Z","updated_at":"2025-03-20T04:33:26.888Z","avatar_url":"https://github.com/AAdewunmi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Title: \n\nA Console-based TCP/IP Chat Messenger Application.\n\n\n## 1. Project Description:\n\nThis is a console-based Chat Application built using Java 9. It includes functionality \nfor exposing a local development server to the internet using \"Ngrok\". \n\n\n## 2. Tech Stack:\n\n- Java 11\n- Port Forwarding System - Ngrok \n\n\n## 3. Install Project:\n\ni. Clone the git repo\n\n```\nhttps://github.com/AAdewunmi/TCP_Chat_Application.git\n```\n\nii. Open project folder\n\niii. Explore\n\n\n## 4. Register and Install Ngrok (Global, OSX):\n\n\ni. Installing ngrok on OSX (Read Ngrok documentation and Github Gist below):\n\nhttps://ngrok.com/docs/getting-started\n\nhttps://gist.github.com/wosephjeber/aa174fb851dfe87e644e\n\n\nii. Access Ngrok TCP tunnel using Terminal: \n\nRun \u003e $ ngrok tcp 1500\n\n\u003e TERMINAL ERROR MESSAGE!\n\nTCP tunnels are only available after you sign up.\nSign up at: https://dashboard.ngrok.com/signup\n\nIf you have already signed up, make sure your authtoken is installed.\nYour authtoken is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken \n\nRun \u003e $ ngrok authtoken [TOKEN]\n\nRe-Run \u003e $ ngrok tcp 1500\n\n![This is an image](src/demo/ngrok_screenshot_1.png)\n\niii. Use Ngrok as a service in Intellij IDE (YouTube Video):\n\nhttps://www.youtube.com/watch?v=eMt29lTPh8I\n\n\n## 5. How To Use:\n\ni. Run Server Class, then Client Class.\n\nii. Run Server and *** multiple Client configs on \"localhost\"/Port Number 1500.\n\niii. Run Server and *** multiple Client configs on Ngrok-as-a-service (Download plugin) on \"localhost\"/Port Number 1500.\n\niv. Run Server and *** multiple Client configs on Multirun-as-a-service (Download plugin) on \"localhost\"/Port Number 1500.\n\nv. Run Server config on \"localhost\"/Port 1500, Run multiple *** Client configs using NGROK forwarding service (See commented code in Client and Server Class). Sample Ngrok forwarding address: \"x.tcp.ngrok.io\", port number XXXXX.\n\n* multiple Client configs: To create multiple clients using Intellij, you need to go to \n-\u003e Edit Configurations\n-\u003e Click Client\n-\u003e Copy Configuration\n-\u003e Client(1) created. This process can be repeated to create as many clients as required.\n\n\n## 6. Demo (Chat Screenshot):\n\n![This is an image](src/demo/chat_screenshop.png)\n\n## 7. Contribution:\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## 8. Adapted from:\n\nUDEMY: Java Development Mega Course: Build Projects Practically\n\n(Java Programming Course: Learn Development of JAVA Projects Using JSP, JDBC, Servlets, Swing, Spring Boot, Maven, Hibernate)\n\nProject Name: Project 38: TCP Chat Application\n\nCreated by: Engineering.Org.In\n\nLast updated: 03/2022\n\nURL: https://www.udemy.com/course/build-real-world-java-projects-using-spring-jsp-jdbc/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadewunmi%2Ftcp_chat_application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faadewunmi%2Ftcp_chat_application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadewunmi%2Ftcp_chat_application/lists"}