Giter Site home page Giter Site logo

nytimestream's Introduction

About

nytimestream is a demonstration of using Node.js and Socket.IO to create a web based push stream for breaking New York Times stories using the Times Newswire API.

Since the Times Newswire API is oriented around an HTTP client polling for new stories, nytimestream also needs to poll for updates. However nytimestream can poll once, and when a new update is found it is pushed to however many clients have subscribed for updates. Compare this to a more traditional scenario where all the browser clients need to poll either the nytimes api directly, or a proxy for the API. nytimestream significantly lowers the amount of traffic going to the Times Newswire API, since Node.js is able to keep lots of open network connections to clients that are waiting for updates.

Setup

  1. install node
  2. install npm
  3. get a NYTimes developer key for Times Newswire
  4. npm install
  5. NYTIMES_KEY="YOUR_API_KEY_HERE" node app.js
  6. point your browser at http://localhost:3000/

License

Public Domain

nytimestream's People

Contributors

edsu avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.