Code Monkey home page Code Monkey logo

crudivore's People

Contributors

simoraman avatar vokkim avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

crudivore's Issues

Tests all use the first instance of the server

The tests always close the port 5000 in express, but all the express routes remain and calling start in server.js again does not overwrite them.

The result is that all the tests use the same, first configuration. I didn't find a good way to fix this, it may require us to rethink how the tests are initiated.

PhantomJS crash handling

Crudivore should survive whenever PhantomJS crashes:

  • Log the incident
  • Restart the PhantomJS process (?)
  • Serve the request with new worker
  • Detect possible infinite loops for PhantomJS startup

Better concurrent request handling

Google, Facebook, Bing etc. can cause plenty of concurrent requests on the site, and Crudivore should be able to serve the requests within a reasonably low response time.

  • Return 503 if PhantomJS workers are unavailable
  • Write a stress test case with Gatling or similar to test the response times
  • Document the concurrency related problems and suggestions for cache usage with e.g. Varnish

Additionally, Crudivore could offer a configurable option to return some 50x status code in case of a timeout for waiting window.crudivore.pageReady, therefore allowing sites to respond properly when pageReady is not set for example due to javascript failures.

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.