Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 760 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 760 Bytes

This repository contains various Hop tutorials.

  1. hello a introductory tutorial showing how to install and run Hop and how to write simple Web applications.
  2. rss the implementation of an RSS agregator. This tutorial shows how to design a "realistic" web site using a mainstream web development framework. It shows how to combine various web resources.
  3. pipo the implementation of a distributed Ping Pong game. This tutorial uses services and server broadcast extensively.

Note: These tutorials assume Hop version 3.2.0 or later.