This repository was archived by the owner on Oct 21, 2023. It is now read-only.
File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Waigo Examples
2
2
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.
4
6
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/ ) .
17
8
18
9
## License
19
10
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
1
+ # File upload
2
+
3
+ This example demonstrates multi-part file uploads.
4
+
You can’t perform that action at this time.
0 commit comments