Hey @hscoder - what would you like to know? Twitter’s API is (largely) RESTful over HTTP, so there’s no direct relationship with websockets. Some of our sample code - like the Account Activity API dashboard - bridges between our API and websockets for local use and streaming from the local node server to a web browser, but all direct access to the Twitter API itself is via HTTP.