Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gatlin/oyster
Browse files Browse the repository at this point in the history
  • Loading branch information
gatlin committed Nov 17, 2011
2 parents ba771e5 + 5f9fb49 commit e06a7fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ as Redis lists, and communicates with its frontend via Redis as well.
The upshot is that you can write naive Perl code and run it *interactively* in the browser. This doesn't simply eval
code and print the output: you can accept textual input in real time. We think this is neat.

We have written an example web application using Tatsumaki; the relevant code is in app.psgi (and usage is below). It
We have written an example web application using [PocketIO][1]; the relevant code is in app.psgi (and usage is below). It
exists to showcase the current features of oyster. We encourage people to come up with their own frontends to oyster
for any purpose they see fit.

Expand Down Expand Up @@ -56,3 +56,5 @@ Useful modules to have installed:
## Roadmap

See the "Issues" page on GitHub.

[1]: http://github.com/vti/pocketio

0 comments on commit e06a7fa

Please sign in to comment.