-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ce3a5f
commit 18fb350
Showing
16 changed files
with
287 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.