This is the source code of Fair.Poker
This application is the actual poker game. It is everything under https://play.fair.poker/
This is a practical implemntation of provably fair mental poker. Technical details of the algorithm can be found here. Simpler, less technical and more visual version is available here.
A mental poker application running on node.js with socket.io, using reactjs on the front-end for data binding.