Skip to content

A chat application runing in a JavaFX GUI with the ability to send files (via TCP sockets in Java ).

Notifications You must be signed in to change notification settings

ismaelestalayo/uMessenger2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uMessenger 2.0

Small Messenger-like application now with user interface, and works on the same LAN only (unless using NAT on the server side with a Raspberry for example).

If you wanna try it yourself you can either:

  • Download the zip of the full repository and compile it yourself on your favourite IDE.

  • Or download the jar files for being either a server or a client , and run any of them by double clicking.

🚨 The server has no UI, so once you double-click you will not see anything, but it will be running anyway. 🚨

Changelog:

2.5:

  • Fixed /attach button not working.
  • Fixed a bug when starting the client.
  • This will be for now the last version. I don't know when I'll add new functionality. (You can still suggest anything or report any bugs).

2.4:

  • Added functionality to 'Attach' button (send a file to everyone).

2.3:

  • Removed necessity to have userList.txt on the server side.
  • Added menus at the top bar.
  • Improved UI.

2.2:

  • Added autoscroll
  • Fixed some problems with UI
  • Added 'Attach' button (functionality coming soon)

2.0:

  • First version of uMessenger (with GUI).
  • All functionalities from previous version should be working.
  • There is a huge bug where after the welcoming message, nothing else prints on your screen, will try to fix it ASAP.

Future plans:

  • Usernames with password
  • Ability to send files
  • Ability to send files between different LANs
  • Synchronous list of online users
  • Save logs from the server
  • (More) Commands

Suggest anything at:

About

A chat application runing in a JavaFX GUI with the ability to send files (via TCP sockets in Java ).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages