https://github.com/leask/jstream
A simple JavaScript streaming demo
https://github.com/leask/jstream
Last synced: about 2 months ago
JSON representation
A simple JavaScript streaming demo
- Host: GitHub
- URL: https://github.com/leask/jstream
- Owner: Leask
- Created: 2013-07-26T07:06:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-26T07:33:15.000Z (almost 12 years ago)
- Last Synced: 2025-02-04T13:43:52.490Z (4 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jstream
=======A simple JavaScript streaming demo
## Try it
* $ git clone https://github.com/Leask/jstream.git
* $ cd jstream
* Config STREAMING_URL in index.html
* $ python -m SimpleHTTPServer
* $ open http://127.0.0.1:8000