2024년 1월 3일

API docs

2023년 12월 21일

Examples

2023년 12월 18일

채팅방 예제와 웹소켓 연동

2023년 12월 15일

<aside> 💡 Spring Initializr

</aside>

dependencies {
    implementation("org.springframework.boot:spring-boot-starter-amqp")
    implementation("org.springframework.boot:spring-boot-starter-websocket")
    implementation("org.springframework.boot:spring-boot-starter-reactor-netty")
    implementation("org.springframework.boot:spring-boot-starter-actuator")
    compileOnly("org.projectlombok:lombok")
    developmentOnly("org.springframework.boot:spring-boot-devtools")
    developmentOnly("org.springframework.boot:spring-boot-docker-compose")
    annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
    annotationProcessor("org.projectlombok:lombok")
    testImplementation("org.springframework.boot:spring-boot-starter-test")
    testImplementation("org.springframework.amqp:spring-rabbit-test")
}

feat: basic communication · ooMia/websocket_rabbitmq@7c5de27

2023년 12월 14일 2023년 12월 18일

웹소켓 이론 / 흐름도

2023년 12월 13일

웹소켓: Redis vs RabbitMQ