You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
😀😀😀😀😀😀 Basically, This project is a Desktop Chat Application build for the purpose of establishing a connection between two users. Moreover, the Fundamental concepts of Object Oriented Methodology like socket programming , file handling, exception handling, GUI and inheritance has been used effectively.
A Node.js/Express project for live teacher-student integrated session management using sockets, wherein the student can write, compile, run and post codes and the teacher can edit the codes live.
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).…
The aim of this assignment is to have you do TCP socket client / server programming using I/O multiplexing, child processes and threads. It also aims at getting you to familiarize yourselves with the inetd superserver daemon, the ‘exec’ family of functions, various socket error scenarios, some socket options, and some basic domain name / IP address
The folder contains code examples demonstrating OOP concepts such as collections, generics, threads, and socket programming for practical implementation and reference.
This is a cross-platform multi-chat room application that works on both Windows and Linux. The program allows multiple clients to connect to a server and exchange messages in real-time. It uses TCP sockets to ensure reliable communication between clients and the server.