Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.
/ socket.io-tester Public archive

Deprecated: An electron app that lets you connect to a socket.io server and subscribe to a certain topic and/or lets you send socket messages to the server

License

Notifications You must be signed in to change notification settings

AppSaloon/socket.io-tester

Repository files navigation

socket.io tester Socket.io tester

GitHub version Dependency Status Code Climate Issue Count

Socket.io tester lets you connect to a socket.io server and subscribe to a certain topic and/or lets you send socket messages to the server screenshot socket.io tester app


Install node modules

$ yarn install

Build for development

$ yarn run dev

build app for electron
  • build $ yarn run build
  • and run electron $ node_modules/.bin/electron .
build asar file

$ yarn run electron-build

package all application versions for distribution (win, linux, macos)

$ yarn run package


socket.io test server

start test server by running node socketTest/index.js

events

  • 'chat message': echoes mesages
  • test: sends messages at specific interval

namespace

  • /asd

events in namespace

  • test: sends messages at specific interval

When updating

  • change version numbers in package.json
  • update darwin version icon
  • compress and upload to github