Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit a10cf12

Browse files
committed
README updated.
Added READMEs for each example.
1 parent 57b76ad commit a10cf12

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

+4-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
# Waigo Examples
22

3-
A repository containing examples to illustrate the use of the [Waigo](http://waigojs.com) web framework.
3+
A repository containing examples to illustrate the use of the
4+
[Waigo](http://waigojs.com) web framework. Each example folder contains a
5+
README with further explanation where necessary.
46

5-
## Included Examples
6-
7-
_Note: Run each example using `node --harmony index.js` in the example's folder_
8-
9-
- [hello-world](hello-world) - hello world
10-
- [upload](upload) - multi-file uploading
11-
12-
## Projects using waigo
13-
14-
_These are full open source projects built on Waigo_
15-
16-
- [melkor](https://github.com/hiddentao/melkor) - Git-backed wiki engine.
7+
These examples are also viewable at [waigojs.com/examples/](http://waigojs.com/examples/).
178

189
## License
1910

hello-world/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Hello world
2+
3+
This simple example demonstrates the basics of a Waigo app. It uses a
4+
controller and a view to send 'Hello world' back to the browser.
5+

upload/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# File upload
2+
3+
This example demonstrates multi-part file uploads.
4+

0 commit comments

Comments
 (0)