Skip to content

This project was made as my final project in my IT technician degree.

Notifications You must be signed in to change notification settings

juliano-souza000/MSN-Remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSN-Remake

MSN-Remake is the project I made as my final project in an IT technician course. The idea behind this project is to remake some basic functionalities of Windows Live Messenger.

The server(CLI)

It uses mysql as the database for the messages, user profile picture sent files, etc. All of the network requests are made using a custom protocol based on JSON and java sockets.

The client(GUI)

I tried to recreate it as similar as possible, some of the assets are taken from the last available version of MSN, others are just taken from the internet. All of the network requests are made using a custom protocol based on JSON and java sockets.

Functionalities:

  • Realtime Messages
  • File Upload
  • File Downloading
  • Account Creation
  • Online Status

About

This project was made as my final project in my IT technician degree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages