Chatty is a simple chat app written in Java + Typescript + React.
-
Download
Chatty.jar
from releases -
Create a
config.yml
at the same directory withChatty.jar
-
Open and edit the
config.yml
sqlServer: "localhost"
sqlUserName: "root"
sqlPassword: "123456"
serverPort: 7000
salt: "abcde" # Change it to a better salt on your own
- Launch the backend server
java -jar Chatty.jar
- Meanwhile, you should see the frontend deployment instructions and launch Chatty frontend app. Then, you can start using Chatty.