项目作者: yusufsefasezer

项目描述 :
A simple Java WebSocket chat application developed with Java, Java JSONB.
高级语言: Java
项目地址: git://github.com/yusufsefasezer/java-websocket-example.git
创建时间: 2020-08-13T07:57:02Z
项目社区:https://github.com/yusufsefasezer/java-websocket-example

开源协议:MIT License

下载


Java WebSocket Example

A simple Java WebSocket chat application developed with Java, Java JSONB.

Download

How to run

Maven must be installed to run this application.

If you have maven execute the below command to run.

  1. 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”

  1. docker build -t java-websocket-example .
  1. docker run -p 80:8080 java-websocket-example

You can access the application using localhost:80 in your web browser.

Screenshot

License

This project is licensed under the MIT License. See the LICENSE file for details

Created by Yusuf Sezer