Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 635 Bytes

File metadata and controls

14 lines (9 loc) · 635 Bytes

springboot-websockets

This is part of a tutorial series at https://programmerfriend.com

What it is

It is a collection of websocket tutorials

For now it contains:

  • twitter: described in the Tutorial https://programmerfriend.com/spring-boot-websocket/
    A twitter stream built with Twitter4J. It sends the received tweets via a WebSocket Connection to the frontends.
    There are two frontends: Vanilla JS (inside the Spring Boot application's index.html) and a React Frontend (living in the twitter-frontend subfolder).
    If you want to see more details, have a look in the twitter-folder itself.