cd ../projects
$ type demo-roulette-websocket/README.md
# Demo Roulette WebSocket
gaming
const description = `
A comprehensive roulette game demonstration showcasing real-time WebSocket communication. Features include:
• Real-time WebSocket bidirectional communication
• Live roulette wheel spinning with precise animations
• Bet placement with color selection (Red, Black, Green)
• Real-time server log viewer for debugging
• Game data integration with backend API
• C#/.NET 8.0 backend with WebSocket handlers
• SQLite database for game event logging
• Live game statistics and last plays tracking
`;
$ npm list --depth=0
C#.NET 8WebSocketsASP.NET CoreJavaScriptHTMLCSSJSSQLiteReal-time