Skip to content

tomaslin/springboot-groovy-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple websockets with Spring boot + groovy.

Running the application

intall gvm curl -s get.gvmtool.net | bash

install spring boot gvm install springboot

run the app spring run *.groovy

Deploying to Cloud Foundry

Install the cloud foundry client Follow the directions at http://docs.cloudfoundry.org/devguide/installcf/install-go-cli.html

TL:DR; brew install cloudfoundry-cli

login to cloud foundry cf login

build a local copy of your jar file spring jar webapp.jar *.groovy

deploy your jar file cf push bootsocket -p webapp.jar

About

demo project using spring boot / groovy and web sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages