All Projects → jasrodis → spring-boot-vuejs-websockets

jasrodis / spring-boot-vuejs-websockets

Licence: MIT license
✔️ Simple spring-boot vue.js app with websockets and docker support

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to spring-boot-vuejs-websockets

ng2-STOMP-Over-WebSocket
STOMP Over WebSocket service for angular2
Stars: ✭ 35 (+16.67%)
Mutual labels:  sockjs, stomp
demo-spring-websocket
'WebSockets with Spring: HTTP and WebSocket; WebSocket with SockJS fallback; STOMP over WebSocket' articles and source code.
Stars: ✭ 30 (+0%)
Mutual labels:  sockjs, stomp
spring-websocket-template
Template project for configuring websockets with spring
Stars: ✭ 32 (+6.67%)
Mutual labels:  sockjs, stomp
spring-websocket-angular6
Example for using Spring Websocket and Angular with Stomp Messaging
Stars: ✭ 18 (-40%)
Mutual labels:  sockjs, stomp
ng-stomp
📑 STOMP for AngularJS
Stars: ✭ 42 (+40%)
Mutual labels:  sockjs, stomp
lara8auth
This is a simple auth starter setup for laravel 8 projects using bootstrap and laravel fortify
Stars: ✭ 11 (-63.33%)
Mutual labels:  bootstrap4
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-43.33%)
Mutual labels:  bootstrap4
Bootstrap4Resume
A single-page static resume website created with Bootstrap 4
Stars: ✭ 36 (+20%)
Mutual labels:  bootstrap4
datta-able-bootstrap-dashboard
Datta Able Bootstrap 4 admin template free version
Stars: ✭ 111 (+270%)
Mutual labels:  bootstrap4
startbootstrap-logo-nav
A Bootstrap navigation template with a logo in the navigation bar - created by Start Bootstrap
Stars: ✭ 65 (+116.67%)
Mutual labels:  bootstrap4
mudjs
WebSocket MUD client for DreamLand
Stars: ✭ 13 (-56.67%)
Mutual labels:  bootstrap4
facebook-clone
Building Facebook clone. As usual, any additional styling will be up to you but the really important stuff is to get the data and back end working properly.
Stars: ✭ 14 (-53.33%)
Mutual labels:  bootstrap4
abdulmoqueet.github.io
My Professional Portfolio
Stars: ✭ 17 (-43.33%)
Mutual labels:  bootstrap4
Admin-Dashboard-Template-Bootstrap
Admin Dashboard Template - Bootstrap 4 & Material Design. ATTENTION! New templates for the latest Bootstrap 5 are now also available. Access new free templates via the link below.
Stars: ✭ 47 (+56.67%)
Mutual labels:  bootstrap4
discord-bootstrap-theme
Custom bootstrap theme
Stars: ✭ 13 (-56.67%)
Mutual labels:  bootstrap4
material-sass
A rubygem of Material Design for Bootstrap 4
Stars: ✭ 55 (+83.33%)
Mutual labels:  bootstrap4
bootstrap4-ui-kit-for-indesign
Bootstrap 4 UI Kit for Adobe InDesign
Stars: ✭ 11 (-63.33%)
Mutual labels:  bootstrap4
django-ecommerce
This is a E-Commerce Website
Stars: ✭ 115 (+283.33%)
Mutual labels:  bootstrap4
Azia-Admin-Bootstrap-Template
Free Bootstrap 4 Admin template
Stars: ✭ 73 (+143.33%)
Mutual labels:  bootstrap4
bootstrap-tailwind-breakpoints
A tiny little thing that helps you keep track of your break points.
Stars: ✭ 19 (-36.67%)
Mutual labels:  bootstrap4

spring-boot-vuejs-websockets

Spring Boot · Vue.js · Websockets · STOMP · SockJS · Bootstrap4 · Docker

travis licence

This is a simple application using spring-boot, vue.js and websockets. It displays random real-time data on a table every second.

Run it! 🏃

./mvnw clean compile spring-boot:run

Visit http://localhost:8080 🙏

Run the tests

./mvnw test

Run with docker 🏃🐳

  1. Build docker image
cd spring-boot-vuejs-websockets
docker build -t spring-boot-vuejs-websockets .
  1. Run
docker run -p 8080:8080 -it spring-boot-vuejs-websockets
  1. Visit http://localhost:8080 🙏

Made with ❤️@2019

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].