A communication protocol that enables persistent, bidirectional data exchange between a browser and server over a single connection. Unlike HTTP (request-response), WebSockets allow the server to push updates instantly. GenMB uses WebSockets for real-time code generation streaming, agent mode progress, chat refinement, and terminal sessions.
A set of rules and protocols that allow different software applications to communicate with each other. APIs define endpoints, request formats, and response structures. GenMB generates REST API endpoints as part of full-stack applications and connects to third-party APIs through its plugin system (Stripe, Supabase, Twilio, etc.).
Building both the frontend (user interface) and backend (server, database, APIs, authentication) of a web application. GenMB generates full-stack applications including UI, database schemas, CRUD operations, authentication flows, and API endpoints from a single prompt.
Put these concepts into practice. Describe your app idea and let GenMB generate the code.
Try GenMB Free