Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nocpiun/chatty-backend
📨 A simple chat app (backend)
https://github.com/nocpiun/chatty-backend
backend chat chat-app java mysql web-socket
Last synced: 9 days ago
JSON representation
📨 A simple chat app (backend)
- Host: GitHub
- URL: https://github.com/nocpiun/chatty-backend
- Owner: nocpiun
- License: mit
- Created: 2024-02-06T07:50:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T09:27:50.000Z (10 months ago)
- Last Synced: 2024-02-16T07:27:53.999Z (10 months ago)
- Topics: backend, chat, chat-app, java, mysql, web-socket
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Chatty Backend
[![Author](https://img.shields.io/badge/Author-NriotHrreion-red.svg "Author")](https://github.com/NriotHrreion)
[![LICENSE](https://img.shields.io/badge/License-MIT-green.svg "LICENSE")](./LICENSE)
[![Stars](https://img.shields.io/github/stars/nocpiun/chatty-backend.svg?label=Stars&style=flat)](https://github.com/nocpiun/chatty-backend/stargazers)> A simple chat app
## Description
Chatty is a simple chat app written in Java + Typescript + React.
## Deploy
1. Download `Chatty.jar` from [releases](https://github.com/nocpiun/chatty-backend/releases)
2. Create a `config.yml` at the same directory with `Chatty.jar`
3. Open and edit the `config.yml`
```yml
sqlServer: "localhost"
sqlUserName: "root"
sqlPassword: "123456"
serverPort: 7000
salt: "abcde" # Change it to a better salt on your own
```4. Launch the backend server
```bash
java -jar Chatty.jar
```5. Meanwhile, you should see [the frontend deployment instructions](https://github.com/nocpiun/chatty-frontend#deploy) and launch Chatty frontend app. Then, you can start using Chatty.
## LICENSE
[MIT](./LICENSE)