Opa: Up and Running
Autor Henri Binsztok, Adam Koprowski, Ida Swarczewskajaen Limba Engleză Paperback – 11 mar 2013
Want to simplify web development? This hands-on book shows you how to write frontend and backend code simultaneously, using the Opa framework. Opa provides a complete stack for web application development, including a web server, database engine, distribution libraries, and a programming language that compiles to JavaScript. You ll learn step-by-step how to use Opa by building two projects through the course of the book: a wiki application similar to Wikipedia, and a Twitter-like micro-blogging platform. Discover how easy it is to use Opa to develop applications with real-time updates, database interactions, and web service design. Do you have JavaScript experience? You re ready to get started.Learn fundamental concepts, including Opa s functional programming styleDiscover how Opa compiles to JavaScript, using jQuery on the frontend and Node.js on the serverConstruct HTML resources dynamically and embed static resources on an Opa serverUse Opa s method for performing CRUD operations and storing key-value pairs in MongoDBBuild an Opa user interface with the Bootstrap toolkit from TwitterLearn variant types, pattern-matching, polymorphic types, recursive functions, and other advanced featuresManage user accounts by building login forms, handling account activation, and tracking logged usersBuild a reactive UI a real-time interface that continuously updates user events"
Preț: 121.31 lei
Preț vechi: 151.63 lei
-20% Nou
23.22€ • 25.31$ • 19.53£
Carte tipărită la comandă
Livrare economică 18 decembrie 24 - 01 ianuarie 25
Specificații
ISBN-10: 1449328857
Pagini: 164
Dimensiuni: 175 x 229 x 10 mm
Greutate: 0.27 kg
Editura: O'Reilly
Cuprins
- Preface
- Coding a Mini Wikipedia
- Chapter 1: First Steps: Getting to Know Opa
- Chapter 2: Opa Fundamentals
- Chapter 3: Servers, Resources, and URLs
- Chapter 4: Data Storage
- Chapter 5: Building the UI in HTML and CSS
- Coding a Mini-Twitter
- Chapter 6: The Web Chat App
- Chapter 7: More Advanced Features of Opa
- Chapter 8: User Management
- Chapter 9: Building Reactive UIs: New Messages with a Real-Time Preview
- Chapter 10: Data Storage and Querying: Storing and Fetching Relevant Messages
- Colophon