Skip to content

MrShieh-X/mscrserver

Repository files navigation

MSChatRoom Server

A Server Program for An Android Chat Application

点我转到中文的README页面
Click me to go to the update log of this program
Click me to go to MSChatRoom

Copyright

MrShiehX own this program's copyright.
Anyone can take advices of this program to us.

Version

The latest version:
1.3 (May 10, 2021) (Corresponding to client 1.3)
Historical version:
1.3 (May 10, 2021) (Corresponding to client 1.3)
1.2 (Apr. 13, 2021) (Corresponding to client 1.2)
1.1 (Apr. 05, 2021) (Corresponding to client 1.1-1.1.1)
1.0 (Jan. 31, 2021) (Corresponding to client 1.0)

The software configuration required for this application is:

  • Java

Supported languages

  • English (United States)
  • Simplified Chinese (China)

Use Tutorial

First put the program in a directory, and then create a new file named "mscrserver_config.json" in this directory, this file is a configuration file of this program, its content is a JSON object, the JSON object contains the following contents:

Name Meaning Default Keys
port Server (or local computer) port (used for communication) 6553
serverAddress Server (or local computer) address 127.0.0.1
databaseName MySQL database name mschatroom
databaseUserName MySQL database account root
databaseUserPassword MySQL database password mypassword
databaseTableName MySQL table name users
isPrint Whether to print out the content after receiving the message or sending the message false

Configuration File Content

After saving, you can use the java -jar MSCRServer_1.3.jar command to start.

About Author

MrShiehX

  • Occupation:
    Student
  • Email address:
    Bntoylort@outlook.com
  • QQ:
    3553413882 (Remember to tell me why you want to add me)

If you find any bugs in this application or have new ideas, please send an email or add my QQ.

About

A Server Program for An Android Chat Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages