Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 344 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 344 Bytes

java-cody-server

Java implementation of the NodeJS Cody Server from https://github.com/proophboard/node-cody-server.

Installation & Start

Install JDK 21 and Apache Maven.

git clone https://github.com/proophboard/java-cody-server.git java-cody-server
cd java-cody-server
mvn clean install
java -jar target/java-cody-server-1.0.0.jar