Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theprivileges/tweet-stream
A simple node.js server written in coffeescript, it supports serving static files and loading a twitter stream. This was based from a tutorial on tutsplus.com
https://github.com/theprivileges/tweet-stream
Last synced: 9 days ago
JSON representation
A simple node.js server written in coffeescript, it supports serving static files and loading a twitter stream. This was based from a tutorial on tutsplus.com
- Host: GitHub
- URL: https://github.com/theprivileges/tweet-stream
- Owner: theprivileges
- Created: 2011-10-24T14:33:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-15T21:06:02.000Z (about 13 years ago)
- Last Synced: 2024-04-08T16:17:55.146Z (8 months ago)
- Language: CoffeeScript
- Homepage: http://net.tutsplus.com/tutorials/javascript-ajax/learning-serverside-javascript-with-node-js/
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Tweet-stream
============
This project is a CoffeeScript version of [Learning Server-Side JavaScript with Node.js](http://net.tutsplus.com/tutorials/javascript-ajax/learning-serverside-javascript-with-node-js/) tutorial from net.tutsplus.com# Compile tweet.js
`coffee -c tweet.coffee`
# Run Server
`node tweet.js`