Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Real time public/private chat application using spring boot web-sockets

License

joyfun/chat-rooms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Rooms

chat-rooms Issues MIT LICENSE

Real time public/private chat application using spring boot web-sockets

Demo

Spring Boot Websocket

Setup

1. Clone the application

git clone https://github.com/amarlearning/chat-rooms.git

2. Build and run the app using maven

cd chat-rooms
mvn package
java -jar target/*.war

Alternatively, you can run the app directly using Docker image -

docker pull amarpandey/chat-rooms

docker run -p 8080:8080 --name=chat-rooms-app chat-rooms

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

Real time public/private chat application using spring boot web-sockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 42.1%
  • HTML 23.9%
  • JavaScript 19.7%
  • CSS 13.5%
  • Dockerfile 0.8%