thoughtram / reactive-snake

Taming snakes with reactive streams
83 stars 27 forks source link

reactive-snake

Taming snakes with reactive streams

Overview

This repo includes the source code for a series of posts on reactive-snake. Each part builds on top of the previous one and adds features on top. Here's a quick overview:

Remember, if you clone this repo you'll sit on the latest commit. There's a tag for each part that you can checkout. Alternatively, you browse through the source code on GitHub.

Install

Clone this repo and execute the following command in your favorite shell:

Play

After you have installed all dependencies you can now run the app:

Finally, open a browser and navigate to localhost:9000.

Have fun!