Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botic/vicstick
Examples for Stick applications.
https://github.com/botic/vicstick
Last synced: about 1 month ago
JSON representation
Examples for Stick applications.
- Host: GitHub
- URL: https://github.com/botic/vicstick
- Owner: botic
- Created: 2011-11-20T17:59:09.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-20T18:01:14.000Z (almost 13 years ago)
- Last Synced: 2023-03-11T07:58:41.931Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
* Example 1: This is a simple Stick application. It returns a html response on incoming requests and shows the URL parsing.
* Example 2: This shows how the middleware chain inside of stick works. Take a look at the counter middleware: It will increase a variable attached to the request. If it's already existing, it will be increased. If not, it's initialized with 1.