Posts tagged websockets
Creating Your Own Small Scale Application Server Using PubSub Pattern
- 24 April 2024
I recently had the idea to develop a small proof-of-concept application server using the built-in pub/sub functionality of Redis, and decided to get started on it.