
Building Web Applications with Erlang
Working with REST and Web Sockets on Yaws
Zachary Kessin(Author)
O'Reilly (Publisher)
1st Edition
Published on 17. July 2012
Book
152 pages
978-1-4493-0996-1 (ISBN)
Description
Why choose Erlang for web applications? Discover the answer hands-on by building a simple web service with this book. If you're an experienced web developer who knows basic Erlang, you'll learn how to work with REST, dynamic content, web sockets, and concurrency through several examples. In the process, you'll see first-hand that Erlang is ideal for building business-critical services.
Erlang was designed for fault-tolerant, non-stop telecom systems, and building applications with it requires a large set of skills. By the end of the book, you'll have the information you need to build a basic web service and get it running.
* Explore the power of Erlang and REST for building web services
* Serve static and dynamic content with the Yaws web server
* Use different methods for outputting data to user, such as encoding Erlang data structures into JSON or XML
* Build an application to listen for HTTP requests, process them, store data, and return useful data
* Go beyond the request-response model-push data to clients with web sockets
* Use Erlang and Yaws to stream data from the server to a client
"A book which is truly needed and will help get Erlang to the next level."
-Francesco Cesarini, CEO of Erlang Solutions, author of Erlang Programming.
More details
Language
English
Place of publication
Sebastopol
United States
Product notice
Paperback (trade)
Unsewn / adhesive bound
Dimensions
Height: 233 mm
Width: 179 mm
Thickness: 15 mm
Weight
275 gr
ISBN-13
978-1-4493-0996-1 (9781449309961)
Schweitzer Classification
Other editions
Additional editions

E-Book
06/2012
1st Edition
O'Reilly
€16.99
Available for download
Person
Zachary Kessin has been working on developing interactive web applications since 1994. In the last few years Zachary's focus has been on building complex applications in the browser with Javascript, browser-based testing with Selenium, functional programming, and code generation.
Content
- Preface
- Chapter 1: Building Scalable Systems with Erlang and REST
- Chapter 2: Getting Started with Yaws
- Chapter 3: Appmods: Dynamic Content in Yaws
- Chapter 4: Implementing REST
- Chapter 5: File Upload
- Chapter 6: WebSockets
- Chapter 7: Streaming
- Chapter 8: Using the HTTP Client
- Chapter 9: Building an Application with OTP
- Installing Erlang and Yaws
- Beyond Yaws
- Interfacing with Ruby and Python
- Using Erlang with Emacs