Wnt / chat

Vaadin Chat app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat

Simple Vaadin chat app

Build instructions

To compile the entire project, run "mvn install".

To run the application, run "mvn jetty:run" and open http://localhost:8080/ .

To produce a deployable production mode WAR:

  • change productionMode to true in the servlet class configuration (nested in the UI class)
  • run "mvn clean package"
  • test the war file with "mvn jetty:run-war"

About

Vaadin Chat app


Languages

Language:Java 64.1%Language:HTML 19.7%Language:CSS 16.3%