I want to create a 2 player chess game. What HTML and JS resources are available for creating a chess board with ability to move the pieces? (note: I dont want a chess engine)
Also once I setup the chess board in browser how should I make the moves consistent with another person who has opened the same webpage in browser?