Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vshelke/talk
:computer: A portable desktop chat appllcation.
https://github.com/vshelke/talk
portfolio
Last synced: 18 days ago
JSON representation
:computer: A portable desktop chat appllcation.
- Host: GitHub
- URL: https://github.com/vshelke/talk
- Owner: vshelke
- License: mit
- Created: 2016-12-25T17:26:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T11:09:48.000Z (about 7 years ago)
- Last Synced: 2024-10-29T12:38:08.423Z (2 months ago)
- Topics: portfolio
- Language: Java
- Homepage:
- Size: 653 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :computer: talk
It is simple desktop chat application written in java which is light weight and portable. You can use it on your LAN and even WAN (port forwarding necessary :P )#Demo
![Output](out.gif)#Features
* Very simple to use and portable.
* Anyone on same network can connect to the server.
* Server has a live log window.
* Can connect upto 10-15 users at a time.#Usage
:file_folder: Download the .zip [here](https://github.com/vshelke/talk/blob/master/dist/deploy.zip)* run `Server.jar`
* enter a unique port number and start the server :neckbeard:
* check your ip address on local network by typing :
* `ipconfig` on **Windows**
* `ifconfig` on **Linux** or **Mac**
* run `Client.jar` on any system on the same network.
* enter the ip port nickname and hit connect. enjoy! :blush:#License
Made with :yellow_heart: by [Vaibhav Shelke](https://github.com/vshelke) under [MIT License](https://github.com/vshelke/talk/blob/master/LICENSE).