Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanfleck/springmvc-pwa-lab
Spring MVC app in preparation for a collaborative PWA experiment.
https://github.com/ryanfleck/springmvc-pwa-lab
gradle java-ee-8 pwa react spring-mvc travis-ci
Last synced: 6 days ago
JSON representation
Spring MVC app in preparation for a collaborative PWA experiment.
- Host: GitHub
- URL: https://github.com/ryanfleck/springmvc-pwa-lab
- Owner: RyanFleck
- License: mit
- Created: 2019-03-06T01:50:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T10:00:35.000Z (almost 6 years ago)
- Last Synced: 2024-12-07T12:42:04.813Z (2 months ago)
- Topics: gradle, java-ee-8, pwa, react, spring-mvc, travis-ci
- Language: HTML
- Homepage: https://github.com/RyanFleck/SpringMVC-PWA-Lab/wiki
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpringMVC-PWA-Lab
[![Build Status](https://travis-ci.com/RyanFleck/SpringMVC-PWA-Lab.svg?branch=master)](https://travis-ci.com/RyanFleck/SpringMVC-PWA-Lab)
Spring MVC app in preparation for a collaborative PWA experiment. Current test application makes heavy usage of *autowiring*.
**Run with:**
```sh
# Gradle installation > 4.0
gradle clean build bootRun# Use built-in Gradle:
gradlew clean build bootRun# Application now served at http://localhost:8080/
```**Ideas:**
1. Collaborative, cell-based jupyter-like markdown editor.
- Users can collaborate on the content, styling, and metadata.
- Can export to markdown, asciidoc, html, etc.
1. Dungon Management System.
- Text and Audio Chat over WebRTC.
- Log of events that can be exported for long-distance games.
- Inventory, spell, status management system for players.
- Catalogue of items, spells, monsters for reference.
1. Social Media Network.
- Users can login and post things.
- Posts appear on a collective timeline.
- Users can chat with one another.**Resources:**
1. [Spring MVC w/Gradle from Scratch](https://spring.io/guides/gs/serving-web-content/#scratch)
1. CI with [Gradle and Travis](https://docs.travis-ci.com/user/languages/java/#projects-using-gradle)
1. [Spring MVC Example](https://www.mkyong.com/spring-mvc/gradle-spring-mvc-web-project-example/)
1. Front-End: using [React with Spring](https://spring.io/guides/tutorials/react-and-spring-data-rest/)
1. Synchronized clients using [Java API WebSockets](https://benas.github.io/2016/02/21/using-the-java-api-for-webSocket-to-create-a-chat-server.html) and [STOMP with Spring Controllers](https://spring.io/guides/gs/messaging-stomp-websocket/)
1. Search for [HTTP KeepAlive](https://lob.com/blog/use-http-keep-alive) solution.
1. [Stripe](https://www.baeldung.com/java-stripe-api) payments API.**Contributors:**
- [Adittya I.](https://github.com/aadit041)
- [Yashar A.](https://github.com/YasharAhmat)
- [Terence D.](https://github.com/TerryCruze)
- [Saimoon A.](https://github.com/sazad32)
- [Ryan F.](https://github.com/ryanfleck/)