jan-beszterda / KanbanBoard_FE

KanbanBoard (Trello clone done for OOAD course)
MIT License
0 stars 0 forks source link

Install sockjs-client and stomp-websocket from npm #26

Closed jan-beszterda closed 1 year ago

jan-beszterda commented 1 year ago

To use WebSockets in our app we need to install these two npm packages.

jan-beszterda commented 1 year ago

Went for stompjs instead as it was easier to work with