Skip to content

Instantly share code, notes, and snippets.

View tgirard12's full-sized avatar
💭
🚴‍♂️

Thomas Girard tgirard12

💭
🚴‍♂️
  • Orléans
View GitHub Profile
@tgirard12
tgirard12 / main.kt
Created November 24, 2017 15:28
Spring Reactive WebSocket Extension
import org.springframework.boot.SpringApplication
import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.context.ApplicationContextInitializer
import org.springframework.context.support.GenericApplicationContext
import org.springframework.web.reactive.config.EnableWebFlux
import org.springframework.web.reactive.handler.SimpleUrlHandlerMapping
import org.springframework.web.reactive.socket.WebSocketHandler
import org.springframework.web.reactive.socket.WebSocketSession
import org.springframework.context.support.beans
import reactor.core.publisher.Mono
@tgirard12
tgirard12 / .gitignore
Created April 28, 2015 07:14
Android .gitignore
#
/captures
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex