Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karesti/cute-names
Simple example of using vert.x and infinispan for a REST API and PUSH API
https://github.com/karesti/cute-names
howto-tutorial infinispan java openshift react vertx
Last synced: about 1 month ago
JSON representation
Simple example of using vert.x and infinispan for a REST API and PUSH API
- Host: GitHub
- URL: https://github.com/karesti/cute-names
- Owner: karesti
- Created: 2017-11-28T14:36:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T14:57:27.000Z (about 7 years ago)
- Last Synced: 2024-10-30T14:51:04.651Z (3 months ago)
- Topics: howto-tutorial, infinispan, java, openshift, react, vertx
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple example on how to build and deploy your first vert.x application.
- REST API
- SockJS API## Running locally
- Download Infinispan server and unzip
- Start Infinispan Standalone Server `./infinispan-server/bin/standalone.sh`### REST API
### SockJS bridge R
## Running the Node application
- `cd cute-react`
- run `npm install`
- run `npm start`
- Go to `http://localhost:9000/`## Deploying the solution on Openshift
- Docker version 1.13.1. Above versions are not guaranteed to be fully working on openshift
- OpenShift Client 3.6
- Kubernetes 1.6
- Kubetail 1.2.1Docker daemon has to be running !
- Start Openshift cluster with the service catalog `./bin/start-openshift.sh`
- Start Infinispan cluster `./bin/start-infinispan.sh`
- Deploy the verticles `mvn fabric8:deploy`