Skip to content

nobusugi246/Bootiful-Vaadin-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootiful Vaadin Chat

A Chat application with Spring Boot Ver.1.3.2 and Vaadin Ver.7.6.3.

ScreenShot

screenshot000
Figure 1. ScreenShot of this Chat Application
  • Select a day on Calendar to display chat log if exists.

  • Select chat area to send message.

This Chat App. displays temporal input message with Vaadin Notification.

How to run / 実行方法

Download vaadinchat-0.1.4.jar from releases link, then

List 1. How to run this application
$ java -jar vaadinchat-0.1.4.jar

And access http://localhost:8080 from your Browser.

If you want to change port number(ex. 8081), then

List 2. How to change port number
$ java -jar vaadinchat-0.1.4.jar --server.port=8081

License / ライセンス

Apache License Version 2.0

Acknowledgements / 謝辞

ChangLog / 変更履歴

  • Ver.0.1.3, Update Vaadin to 7.6.0 : 2016-01-10

  • Ver.0.1.2, Set the temporal input message position MIDDLE_RIGHT : 2015-12-23

  • Ver.0.1.1, Set the session never timeout : 2015-12-22

  • Ver.0.1.0, Initial release : 2015-12-20