#Simple LAN-based chat client

1 messages · Page 1 of 1 (latest)

lunar oasis
#

I started working on this as a learning project, then added some features a friend requested to use it for a LAN party.
Features: toast notifications when window is inactive, auto-discover servers, host and client modes, clients are notified and DCed when host closes the server

Release: https://github.com/Tors-0/Networking/releases/tag/v1.0.0
Source Code: https://github.com/Tors-0/Networking/tree/master

GitHub

Initial release:

simple LAN chat client
NOTE! Use caution on unsecured networks, no encryption
This License applies to this release as well as to the original source code

GitHub

Contribute to Tors-0/Networking development by creating an account on GitHub.

#

I would love to get feedback on UI improvements, especially for the main menu

glacial moat
#

First of all, I would create a README file explaining what the project does

#

And do you really want IDE specific stuff in your project?

#

Then, I would recommend you to use a root package

#

i.e. put everything in a package like io.github.tors_0

#

and use subpackages for client, server, etc

#

Also, why does the server access client methods?

potent badgerBOT
lunar oasis
lunar oasis