Tag: backend
All the articles with the tag "backend".
-
Simple chatroom application using STOMP and SockJsClient
Building a small React + Spring Boot chatroom that uses STOMP over SockJS with a RabbitMQ relay, including login/logout event broadcasting.
#react #java #springboot #backend Read -
Encryption and Signing using asymmetric key
A walkthrough of using asymmetric keys with openssl to encrypt messages and sign data, showing the difference between encryption and signing workflows.
#linux #notes #backend Read -
Session filter check user session
Implement a Spring Boot servlet filter backed by Redis session storage that redirects unauthenticated users to the login page.
#java #springboot #backend Read