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
[EN] Material for the postgraduate course in Java Technology in brazilian portuguese | [PT-BR] Material da pós-graduação lato sensu Tecnologia Java, Universidade Tecnológica Federal do Paraná (UTFPR - @utfpr-cp)
This repository contains two JavaFX applications demonstrating real-time communication between client and server applications. The "Post News" application allows users to input and post news to a local server, while the "View News" application listens for news updates from the server and displays them.
A Multithreaded Client-Server Application in Java is a network-based system where a server program provides services to multiple clients over a network. In this type of system, the client and the server communicate with each other using messages. The multithreading feature allows multiple clients to be served simultaneously by the server,
My solutions for the practical work of the Networking Programming (Programmation Réseaux - PR ) module in my 4th year of state engineering studies at ENSTTIC