https://github.com/bsdf/z
an attempt at a browser based realtime twitter client in node.js and prototype
https://github.com/bsdf/z
Last synced: about 1 year ago
JSON representation
an attempt at a browser based realtime twitter client in node.js and prototype
- Host: GitHub
- URL: https://github.com/bsdf/z
- Owner: bsdf
- License: bsd-2-clause
- Created: 2011-06-09T17:54:58.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-13T14:58:36.000Z (about 15 years ago)
- Last Synced: 2025-06-03T20:15:48.602Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 275 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
about:
mostly just a client im writing in my spare time, nothing really that special here.
it is meant to be ran with only a single user (eg localhost, NOT the internet) at a time at the moment.
you should use http://127.0.0.1:8080/oauth/callback as your callback url. configure in z,js.
an oauth token and secret has been included which points to everything correctly when ran locally.
it is licensed under the new bsd license, and is partially based on "designo" (search for it on here),
and a small section of a free template from arcsin.se
rquirements:
npm install connect
npm install connect-gzip
npm install express
npm install jade
npm install oauth
npm install socket.io
npm install socket.io-sessions
note:
upon the client disconnecting from the socket, there needs to be a way to stop the userstream properly.
until this is done, make sure that after you disconnect, you stop the entire server before running in
your browser again. sorry for this inconviencence!
another note:
keep the above mentioned modules up to date! there is a good chance that if something was updated in
one of those modules that breaks current code, it will be fixed and committed soon (and break the
client for you if you dont stay up to date). to do that, just run: npm update