Skip to content

Client

The 2Wee client is a terminal application that connects to any 2Wee-compatible server. It renders server-driven screens, handles keyboard input, and sends changes back. You download it, point it at a server, and use it.

Screen model

The server drives everything. Each response tells the client what screen to show — a menu, a list, a form, a grid — and the client renders it. Opening a record pushes a new screen; Esc takes you back.

The client validates each field as you leave it — errors appear immediately. When you press Ctrl+S, all changed fields are sent in a single request.

Get started

See Installation for download and setup instructions.