Table Lobby

Create A Poker Table

This page asks the Node server to create a unique table session. After creation, you are redirected to the player page for that table.

Socket
offline
Waiting for server

How It Works

Server Creates Table

The browser sends a `create_table` event. The Node server generates the real table ID.

Separate Player Session

Each table gets its own player session so separate games stay isolated.

Event-Driven Server

All interaction runs through websocket messages. The browser never becomes the authority.

New Table

Create a table session and open its player page.

Connect to the websocket server to create a table.

Recent Events

Client-side lobby activity and server responses.