Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unnikked/javachat
A simple implementation of a chat using Java RMI
https://github.com/unnikked/javachat
Last synced: about 2 months ago
JSON representation
A simple implementation of a chat using Java RMI
- Host: GitHub
- URL: https://github.com/unnikked/javachat
- Owner: unnikked
- Created: 2013-03-28T21:59:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-25T13:22:08.000Z (over 11 years ago)
- Last Synced: 2024-10-12T11:08:31.872Z (3 months ago)
- Language: Java
- Size: 164 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JavaChat
========A simple implementation of a chat using Java RMI
#USAGE
##Ver. 0.2
- Implementation of multichannel chat
- Configurements like __Ver. 0.1__Command List:
- */list* : show the list of active channels
- */join* : join a channel and starts to chat**NOTE**: for command */join* first digit it and then digit the name of the channel
##Ver. 0.1
###Istructions for Linux users
Open a CLI and digit:
`rmiregistry`Then open one terminal for server, as many terminals you want for clients:
`java ChatServer` on terminal for the server
`java ChatClient` on others terminals
You will have to choose a nickname. Simply type on the terminal and press ENTER to send your message, to stop programs press
`CTRL-C`