This Rails API is used to run & serve moves via websocket for React Chess Game. You can find that front-end repos, as well as full instructions for local install, here.
To run, use rails s -p 3001
in the terminal.
This React Chess Game uses a Rails API to run & serve moves via websocket, as well as persist piece locations. You can find that socket here.
Further plans include completing the web socket configuration to allow for multiple users & games to occur at the same time.