rockycookie / blackjack_server

Blackjack game server providing APIs for player signup/login and single player game against robot dealer. Currently multi-player game is waiting implementation on blackjack_ui~
0 stars 0 forks source link

Websocket two-way communication prototype #41

Closed rockycookie closed 3 years ago

rockycookie commented 3 years ago

Implement a browser websocket client to communicate with this server.

rockycookie commented 3 years ago

First step added an working client example at #42

rockycookie commented 3 years ago

For now, we only need the broker broadcast feature, which has been implemented~