20 lines
273 B
Markdown
20 lines
273 B
Markdown
# Lingo WebSocket
|
|
|
|
Lingo with WebSockets
|
|
|
|
## Build
|
|
|
|
`mvn clean install`
|
|
|
|
## Launch server
|
|
|
|
`mvn -f ./server/pom.xml spring-boot:run`
|
|
|
|
## Launch client
|
|
|
|
`mvn -f ./client/pom.xml jfx:run`
|
|
|
|
Practice: <http://localhost:8080/practice.html>
|
|
|
|
Multiplayer: <http://localhost:8080>
|