| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Run this rudimentary install if you want to try out the examples. It installs the dependencies, then symlinks node_modules in each directory.
Simple demonstration of node features.
demo1: Hello world and interval examples showing setTimeout and setInterval
demo2: Socket chat server
demo3: Supervisor, fs, and express
demo4: Express, Twitter streaming API, and Socket IO
Allows you to see if a domain is available.
Usage: Load http://localhost:8000/domain in your browser (ie http://localhost:8000/google.com)
Allows you to proxy sites through your site. Doesn't rewrite any incoming html, so may not work for all sites.
Usage: Load http://localhost:8000/www_address in your browser (ie http://localhost:8000/cnn.com)
Simple demonstration of the basic Hello World app
Basic Hit Counter using Redis
Uses Twitter-Node to crawl Twitter feeds and Socket.IO to stream tweets using Web Sockets.
Uses Twitter-Node to crawl Twitter feeds and store strings in Redis using a sorted set. Hitting http://localhost:8000, you get to see the top 20 strings. Proof of concept - could be used for trends, etc.
| Back | FazBrowse Home | New Git URL |