All Projects → rahulhaque → websocket-tester-react

rahulhaque / websocket-tester-react

Licence: MIT License
A websocket client for testing and debugging websocket connection built with react.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to websocket-tester-react

battery-status-progressive-web-app
Progressive Web App (PWA) https://irekrog.github.io/battery-status-progressive-web-app/
Stars: ✭ 17 (-10.53%)
Mutual labels:  progressive-web-app
UnityConsole
Development console for Unity game engine
Stars: ✭ 52 (+173.68%)
Mutual labels:  debugging-tool
peter-and-the-wolf
Peter and the Wolf (Progressive Web App)
Stars: ✭ 31 (+63.16%)
Mutual labels:  progressive-web-app
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (+5.26%)
Mutual labels:  debugging-tool
Research
Repo for my blog & technology research
Stars: ✭ 43 (+126.32%)
Mutual labels:  progressive-web-app
purescript-workers
An API wrapper around Web Workers (Dedicated, Shared and Service)
Stars: ✭ 24 (+26.32%)
Mutual labels:  progressive-web-app
pwa-angular4
A progressive webapp with Angular 4 (PLEASE NOTE: angular 5 support PWA )
Stars: ✭ 13 (-31.58%)
Mutual labels:  progressive-web-app
vue-tvideo
🖥 A PWA made with vue that copy Tencent video Mac version UI,could install on the desktop | Vue实现腾讯视频Mac客户端UI,支持pwa 安装到桌面
Stars: ✭ 24 (+26.32%)
Mutual labels:  progressive-web-app
devmod
Developer Module for debugging web applications
Stars: ✭ 16 (-15.79%)
Mutual labels:  debugging-tool
FlipED
A LMS built specifically for Thailand's Education 4.0 system.
Stars: ✭ 24 (+26.32%)
Mutual labels:  progressive-web-app
choo-pwa
PWA with Choo
Stars: ✭ 18 (-5.26%)
Mutual labels:  progressive-web-app
telnetspy
Telnet Server For ESP8266: Cloning the serial port via Telnet. "Debugging over the air"
Stars: ✭ 41 (+115.79%)
Mutual labels:  debugging-tool
react-app-rewire-workbox
Customise the service worker for create-react-app apps without ejecting - using Google's Workbox webpack plugins instead of the old sw-precache
Stars: ✭ 44 (+131.58%)
Mutual labels:  progressive-web-app
gr-kiwisdr
KiwiSDR gnuradio source
Stars: ✭ 15 (-21.05%)
Mutual labels:  websocket-client
elisp-decompile
Emacs Lisp Decompiler
Stars: ✭ 22 (+15.79%)
Mutual labels:  debugging-tool
entropass
Maximum-security password manager
Stars: ✭ 21 (+10.53%)
Mutual labels:  progressive-web-app
MentalGL
Single header OpenGL utility library in the public domain
Stars: ✭ 20 (+5.26%)
Mutual labels:  debugging-tool
angular-movies
🚀 A progressive web apps of movies built with @angular 7 and the API TMDB
Stars: ✭ 58 (+205.26%)
Mutual labels:  progressive-web-app
minesweeper
💣Minesweeper game written with React
Stars: ✭ 18 (-5.26%)
Mutual labels:  progressive-web-app
neffos.js
Node.js and Browser support for the neffos real-time framework written in Typescript.
Stars: ✭ 32 (+68.42%)
Mutual labels:  websocket-client

Socktest 🔌 WebSocket Tester React

Socktest is a simple websocket client application built with React for testing and debugging websocket server. It can connect to a websocket server and send payloads and receive responses from the server along with tracking connection activity log.

Demo - Socktest

Features

  • Connect to any websocket.
  • Send and receive payloads and responses.
  • Payload is saved on successful send.
  • Multiple payloads storage support.
  • Websocket protocol support.
  • Realtime persistent connection activity log.
  • Auto reconnect option.
  • Clear log view.
  • Responsive UI.
  • JSON highlighter.
  • Progressive Web App (Works both online and offline).

Shortcuts

  • Protocol set on enter press.

Usage

  • Clone or download the repo.
  • cd into directory and run npm i to install the dependencies.
  • Run npm start to launch the app.
  • Go to http://localhost:3000

Docker

  • Run docker-compose up -d to start.
  • Go to http://localhost:3000
  • Run docker-compose down to stop.

Screenshots

More Info

This is a basic approach towards making a websocket tester app which can be used to test the logic of any websocket server. Often we need to implement a websocket server for ourselves. However, testing process of the inner logic of the websocket quickly becomes tiresome. This app aims to lessen that effort.

Spare a to keep me motivated. 😃

License

This software is licensed under the MIT License (MIT). You are free to use and modify the code. A simple mention or reference would be highly appreciated.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].