Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aacebo/kido
a socket debugger
https://github.com/aacebo/kido
Last synced: 19 days ago
JSON representation
a socket debugger
- Host: GitHub
- URL: https://github.com/aacebo/kido
- Owner: aacebo
- Created: 2019-10-30T05:05:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:28:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T13:03:14.060Z (about 1 month ago)
- Language: TypeScript
- Size: 6.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kido
A cross-platform socket debugger.
# Development
Run `npm start` to compile and run the app locally.
# Built Using
- [Electron](https://electronjs.org) - Desktop Framework
- [PouchDB](https://pouchdb.com/) - Web Browser Data Storage
- [Angular](https://angular.io/) - Web Framework
- [NGRX](https://ngrx.io/) - Angular Redux Pattern State Management# Supported Sockets
- [Websocket](https://rxjs-dev.firebaseapp.com/api/webSocket/webSocket)
- [Socket.IO](https://socket.io/)
- [SockJS](https://sockjs.org/)
- [SignalR](https://dotnet.microsoft.com/apps/aspnet/signalr)