Building a multiplayer game with P5 and Angular

I am making a board game on a site created with Angular.

I want the game to be able to be played by 2 persons on their own computer, over the internet.

I know that I created a Processing sketch before where if ran, the game saved highscores and other game data to an SQL server. This was done using https://github.com/fjenett/sql-library-processing

Is it possible to let my processing sketch communicate with my angular project? So that I can send the game state back and forth between the users?

Hey and welcome to the forum!!

Great to have you here!!

Please check I wrote a multiplayer boardgame using P5 and sockets, would love some feedback from this community!