V module for interacting with the Pusher Channels HTTP API
Pusher is a service that lets you build realtime features into your application.
Read about pusher here: Pusher.com
This is a very early stage implementation. It is more of a proof-of-concept.
However, the goal is to build a full featured client for V.
At the moment a lot of things are not correct:
- Code duplication everywhere
- No error handling
- Possibly inefficient code
- etc...
-
Completely satisfy the specification: Pusher Server Library Specification
-
Strive to become an "officially-supported" library.
The library MUST offer the following features to be considered feature-complete and be open for consideration as an “officially-supported” Channels server library by Pusher.
You are welcome to contribute.
The only thing I ask is to try and write your commit messages like explained in this article: How to Write a Git Commit Message