Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufsefasezer/java-websocket-example
A simple Java WebSocket chat application developed with Java, Java JSONB.
https://github.com/yusufsefasezer/java-websocket-example
java-chat-app java-chat-application java-jsonb java-websocket websocket-java
Last synced: about 1 month ago
JSON representation
A simple Java WebSocket chat application developed with Java, Java JSONB.
- Host: GitHub
- URL: https://github.com/yusufsefasezer/java-websocket-example
- Owner: yusufsefasezer
- License: mit
- Created: 2020-08-13T07:57:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T11:30:32.000Z (9 months ago)
- Last Synced: 2024-03-25T12:50:01.835Z (9 months ago)
- Topics: java-chat-app, java-chat-application, java-jsonb, java-websocket, websocket-java
- Language: Java
- Homepage: https://www.yusufsezer.com
- Size: 32.2 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java WebSocket Example
A simple Java WebSocket chat application developed with Java, Java JSONB.## [Download](https://github.com/yusufsefasezer/java-websocket-example/archive/master.zip)
## How to run
Maven must be installed to run this application.
If you have maven execute the below command to run.
```
mvn clean package cargo:run
```You can access the application using `localhost:8080/java-websocket-example` in your web browser.
## Docker
**Docker must be installed.**
Build the Docker image with the tag "java-websocket-example"
```
docker build -t java-websocket-example .
``````
docker run -p 80:8080 java-websocket-example
```You can access the application using `localhost:80` in your web browser.
## Screenshot
- [Login](screenshot/login.png)
- [Desktop](screenshot/desktop.png)
- [Phone](screenshot/phone.png)# License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for detailsCreated by [Yusuf Sezer](https://www.yusufsezer.com)