Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 984 Bytes

README.markdown

File metadata and controls

22 lines (13 loc) · 984 Bytes

pusher-fake Build Status Dependency Status

A fake Pusher server for development and testing.

Examples

  • pusher-fake-example - An example of using pusher-fake with Cucumber to test a Rails application.

Goal

Fully recreate the Pusher API service for development and testing.

Why?

  • Using a remote API for testing is slow.
  • Working offline is currently impossible.
  • Wasting connections and messages in development is unreasonable.
  • Stubbing the JavaScript, such as with pusher-test-stub, is suboptimal and tedious for integration tests.

License

pusher-fake uses the MIT license. See LICENSE for more details.