Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AppSaloon/socket.io-tester
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
https://github.com/AppSaloon/socket.io-tester
developer-tools devtool electron namespace osx reactjs redux socket-io socket-io-client socket-io-tester socket-message websockets windows
Last synced: 7 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/AppSaloon/socket.io-tester
- Owner: AppSaloon
- License: gpl-2.0
- Archived: true
- Created: 2015-06-12T08:15:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T15:20:36.000Z (over 4 years ago)
- Last Synced: 2024-09-27T04:42:23.122Z (about 1 month ago)
- Topics: developer-tools, devtool, electron, namespace, osx, reactjs, redux, socket-io, socket-io-client, socket-io-tester, socket-message, websockets, windows
- Language: JavaScript
- Homepage:
- Size: 6.69 MB
- Stars: 290
- Watchers: 25
- Forks: 49
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED Socket.io tester
[![GitHub version](https://badge.fury.io/gh/appsaloon%2Fsocket.io-tester.svg)](https://badge.fury.io/gh/appsaloon%2Fsocket.io-tester)
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)[Try Firecamp](https://firecamp.io/socketio)
---
##### Install node modules
`$ npm i`##### Build and open in browser
`$ npm run dev`##### Build and open as electron app
* build
`$ npm run electron-build`##### package all application versions for distribution (win, linux, macos)
`$ npm run package-builder`---
## socket.io test server
start test server by running `node socketTest/index.js`
or
`npm run server`### 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` AND `build_package.json`
* create git tag `git tag v1.0.0`
* push changes `git push`
* and push tags `git push --tags`
* create release draft with new tag and version as release name
* Really important release NAME is the version with the v: `v1.0.0`
* Really important that `build_package.json` has the correct version without the v: `1.0.0`
* build with `package` script
* compress each build in the package dir individually and upload to github
* release