Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.89 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.89 KB

Socket.io client for VSCode

Extension to communicate with Socket.io 2 server from VSCode.

VSCode Marketplace VSCode Marketplace Installs

Build Status Maintainability Test Coverage codecov Known Vulnerabilities Percentage of issues still open

This extension allows to establish connection to Socket.io server, emit events and receive events from server.

Usage

Usage

Featured

  1. Implement view of event data
  2. Add availability to connect to multiple servers
  3. Add functionality to emit events with data from file
  4. Integrate with CI and code quality services
  5. Add tests