All Projects → AppSaloon → Socket.io Tester

AppSaloon / Socket.io Tester

Licence: gpl-2.0
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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Socket.io Tester

Trycode
Open-source realtime collaborative code editor on Babel, NodeJS, AngularJS, Socket.io, ACE - http://trycode.pw
Stars: ✭ 38 (-87.21%)
Mutual labels:  websockets, socket-io
Nodebb
Node.js based forum software built for the modern web
Stars: ✭ 12,303 (+4042.42%)
Mutual labels:  websockets, socket-io
Raztot
A simple DIY, browser controlled, RPi + WebRTC video streaming rover
Stars: ✭ 67 (-77.44%)
Mutual labels:  websockets, socket-io
Wssip
Application for capturing, modifying and sending custom WebSocket data from client to server and vice versa.
Stars: ✭ 373 (+25.59%)
Mutual labels:  websockets, socket-io
AmigoChat-Realtime-Chat-Application
AmigoChat is a responsive real-time chat application built on MERN Stack and Socket io.
Stars: ✭ 22 (-92.59%)
Mutual labels:  websockets, socket-io
Vue Socket.io Extended
✌️⚡️ Socket.io bindings for Vue.js and Vuex (inspired by Vue-Socket.io)
Stars: ✭ 506 (+70.37%)
Mutual labels:  websockets, socket-io
Tap Tap Adventure
Tap Tap Adventure is a massively online 2D MMORPG set in the medieval times with twists.
Stars: ✭ 123 (-58.59%)
Mutual labels:  websockets, socket-io
Docker Osx Dev
A productive development environment with Docker on OS X
Stars: ✭ 1,436 (+383.5%)
Mutual labels:  osx, developer-tools
Thedev.id
🎉 An identity for developers on the web.
Stars: ✭ 37 (-87.54%)
Mutual labels:  namespace, developer-tools
Web Socket
Laravel library for asynchronously serving WebSockets.
Stars: ✭ 225 (-24.24%)
Mutual labels:  websockets, socket-io
Ember Websockets
Ember.js websockets and socket.io addon
Stars: ✭ 336 (+13.13%)
Mutual labels:  websockets, socket-io
sudoku
Multiplayer concurrent sudoku. The winner is the player who fills the last cell correctly.
Stars: ✭ 15 (-94.95%)
Mutual labels:  websockets, socket-io
Sockethub
A protocol gateway for the Web.
Stars: ✭ 329 (+10.77%)
Mutual labels:  websockets, socket-io
Starscream
Websockets in swift for iOS and OSX
Stars: ✭ 7,105 (+2292.26%)
Mutual labels:  websockets, osx
Sample Chat Electron
Socket.io based chat server and clients, implemented in NodeJS and distributed to Windows and MacOS.
Stars: ✭ 116 (-60.94%)
Mutual labels:  osx, socket-io
Sacrificial Socket
A Go websocket library with an API similar to Socket.IO... but not Socket.IO
Stars: ✭ 96 (-67.68%)
Mutual labels:  websockets, socket-io
Linessorter Xcode Extension
Xcode Extension that helps you keep your import statements and long code lists organized and uniform
Stars: ✭ 54 (-81.82%)
Mutual labels:  osx, developer-tools
Subethaedit
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Stars: ✭ 1,183 (+298.32%)
Mutual labels:  osx, developer-tools
Codenames
Stars: ✭ 159 (-46.46%)
Mutual labels:  websockets, socket-io
Mac-OS-Setup-Applications
👾 All I need to setup a new Mac and the applications I use everyday as a Web Developper
Stars: ✭ 96 (-67.68%)
Mutual labels:  osx, developer-tools

DEPRECATED Socket.io tester

GitHub version No Maintenance Intended

Try Firecamp


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
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].