Skip to content

Commit

Permalink
[RL] Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
litleleprikon committed Feb 19, 2018
1 parent 7ce3a5f commit 18fb350
Show file tree
Hide file tree
Showing 16 changed files with 287 additions and 106 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Change Log
All notable changes to the "socket-io-vscode" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [0.0.1] 2018-02-20

## [Unreleased]
- Initial release
* Connect to socket.io server
* Handle disconnect, error events
* Emit events with data to server
* Subscribe to events and list them on tree bar
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# socket-io-vscode
Extension to communicate with Socket.io server from VSCode
Extension to communicate with Socket.io 2 server from VSCode.

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

## Usage

![Usage](images/usage.gif)

## 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
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 18fb350

Please sign in to comment.