Express is a web application framework for Node.js that provides features for building web applications and APIs including routing, request handling, middleware support and view rendering. It allows creating single and multi-page web applications. Express makes Node.js web development fast and easy by providing features like routing, request handling, middleware support and view rendering. Common objects in Express include Request and Response objects to handle HTTP requests and responses, routing functions like GET and POST to define routes, and middleware support for operations like parsing request bodies and handling cookies.