Skip to content

jugendhacker/spring-boot-websocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Websocket Chat Application

Build Status Issues HitCount MIT LICENSE

Simple chat application using spring boot websockets

Demo

Spring Boot Websocket

Setup

1. Clone the application

git clone https://github.com/amarlearning/spring-boot-websocket.git

2. Build and run the app using maven

cd spring-boot-websocket
mvn package
java -jar target/*.war

Alternatively, you can run the app directly without packaging it like so -

mvn spring-boot:run

Issues

You can report the bugs at the issue tracker

OR

You can tweet me if you can't get it to work. In fact, you should tweet me anyway.


License

Built with ♥ by Amar Prakash Pandey(@amarlearning) under MIT License

You can find a copy of the License at http://amarlearning.mit-license.org/

About

Simple chat application using spring boot websockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 40.9%
  • HTML 28.0%
  • CSS 16.0%
  • JavaScript 15.1%