Book Image

haXe 2 Beginner's Guide

5 (1)
Book Image

haXe 2 Beginner's Guide

5 (1)

Overview of this book

Table of Contents (21 chapters)
haxe 2
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The client


The client will be pretty easy to implement—it will simply display a menu with a list of actions. There will be only two:

  • Display the list of animals

  • Add an animal

As you have certainly guessed, for each action it will simply call the remoting server and display the result or take information from the user and pass it onto the server.