VKontakte Node JS SDK

    For the first time, I present to the general public a small SDK that allows you to fulfill requests to the VK API from NodeJS.
    Just yesterday I put together an updated version, so there is a great reason to share the development with colleagues.

    nodejs-vksdk on github
    • Send requests through OAuth2 (HTTPS) or Signature (HTTP).
    • Request OAuth tokens for application servers, get a token by code.
    • Asynchronous execution of API requests and readiness events.
    • The ability to assign events to requests.
    • Compatible with events.EventEmitter

    Also popular now: