Skip to content

Simple example of using vert.x and infinispan for a REST API and PUSH API

Notifications You must be signed in to change notification settings

karesti/cute-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.1

Docker 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

About

Simple example of using vert.x and infinispan for a REST API and PUSH API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published