Skip to content

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

trykers/socket.io-tester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome-app_socket.io-tester

A chrome 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


Install node modules

$ npm install

Build for development

$ npm run dev

build app for chrome

$ npm run build


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

socket.io.js had to be modified to run inside app

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.2%
  • CSS 8.5%
  • Shell 2.6%
  • HTML 0.7%