Skip to content
#

socketprogramming

Here are 16 public repositories matching this topic...

Multithreading Java program to list all frequent path-traversal patterns with increasing size given a minimum support threshold s and a steam of web-click data. Each web server logs all activities into a stream (or a log file in batch mode) in the format of tuples, each containing an integer i (as user ID), and a reference string r (as web URL).…

  • Updated Oct 13, 2020
  • Java

The HTML Chat Application is a real-time chat platform that supports basic HTML tags and allows users to communicate with their friends while experimenting and learning HTML. This application provides an interactive and educational chatting experience, making it ideal for beginners interested in HTML.

  • Updated Jul 16, 2023
  • Java

The basic purpose of this task is to create an application for transferring files, deleting files, creating directories and browsing directories between server and multiple clients. Basic mechanisms of FTP (File Transfer Protocol) and socket programming have been used for implementation of this networked application. Since the server can handle …

  • Updated May 8, 2021
  • Java

Improve this page

Add a description, image, and links to the socketprogramming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the socketprogramming topic, visit your repo's landing page and select "manage topics."

Learn more