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?