Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

render1980/java-socket-chat

Repository files navigation

java-socket-chat

Chat on Java using Sockets

Start

Start derby db server and create schema

Run createdb script on host with derby db instance

./createdb.sh

Start client chat instance

Define DBHost param in data.xml (if db instance is on remote host)

Data.xml params

  • Host - client host
  • Port - client listening port
  • DBHost - derby db host
  • DBPort - derby db listening port

Run start script on client host

./start-client.sh

About

Chat on Java using Sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published