Git Product home page Git Product logo

socketio-client-tool's People

Contributors

amritb avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

socketio-client-tool's Issues

Can't run last docker image - npm ERR! code ENOENT

Hi
before every thing thanks for nice and cool tool
in past i use this tools and run without any problems

today i latest pull docker and try to run it but i can't

error message :

socketio_dev_1 | up to date in 3.77s
socketio_dev_1 | found 0 vulnerabilities
socketio_dev_1 |
socketio_dev_1 | npm ERR! code ENOENT
socketio_dev_1 | npm ERR! syscall open
socketio_dev_1 | npm ERR! path /app/package.json
socketio_dev_1 | npm ERR! errno -2
socketio_dev_1 | npm ERR! enoent ENOENT: no such file or directory, open '/app/package.json'
socketio_dev_1 | npm ERR! enoent This is related to npm not being able to find a file.
socketio_dev_1 | npm ERR! enoent
socketio_dev_1 |
socketio_dev_1 | npm ERR! A complete log of this run can be found in:
socketio_dev_1 | npm ERR! /root/.npm/_logs/2020-12-30T05_37_11_176Z-debug.log
app-v1-real_socketio_dev_1 exited with code 254

docker-compose config:

socketio_dev:
image: amritb/socketio-client-tool
ports:
- 8080:8080

[BUG] Duplicate Listen Values

Greetings,
Lately I've been having a problem duplicating values in your software
Each time you refresh the page it duplicates the values that exist in the Listen category

In addition, I also use the nodemon plugin which also causes the values to be duplicated because it restarts the session every time I save my project code

I would love to get help with the problem ❤
Thanks in advance

This image is for demonstration purposes:
image

UI stops responding while using nodemon

Hi there
I liked the socketio-client-tool, it is pretty useful and reduces my efforts for testing connections.
But I faced some issues while using this tool with nodemon, it doesn't respond if the nodemon re-builds my project.

I think this issue is because when socket connection closes/restarts with the server, UI stops responding.

It would be great if this issue gets resolved.

Dockerfile

Hi @amritb, thanks for this tool!
We're going to add a quick Dockerfile for our uses. Created this issue for tracking, or to see if it was desired/undesired.
Would you like us to open a PR?

Network protocol violation error while running locally on windows 10

I have cloned this project in to my windows 10 machine, Install all dependencies using npm install. No error every thing runs smoothly. nmp run also has no errors. But when i open the URL from browser. it show network protocol violation error.

Oops.

The site at http://192.168.100.10:8081/ has experienced a network protocol violation that cannot be repaired.

The page you are trying to view cannot be shown because an error in the data transmission was detected.

    Please contact the website owners to inform them of this problem.

Emit json object with integer type does not work.

I tried to emit a JSON with value type as integer. but it ends up sending as string. Any way to emit as integer type only?
Expected:

{
     "num": 7
}

Actual:

{
    "num":"7" // string type
}

Can some one help me with this ?

Have to reload

After a reconnect , the emitter stay not connected :/ , and i have to reload the page

Chain JSON support

It might be better if it supports chain JSON such as

{
     "id" : "AAAA",
          "data": {
               "some_bool": true
          }
     }

Can't get past Configure Connection

Hello
I set the url correctly.
I receive the connections on server side.
I see the responses on the browser console.
But it stays in "Connecting..." state indefinitely.

emitting with empty arguments?

It seems like the app emits an empty string as an argument even though the field is empty. It would be better if there was a way to emit events with no arguments

server is not working

I just downloaded the zip of your tool, installed it by npm install, then run with npm start. But could not get any response, though there is some activity in the commandline window.

 E:\socketio-client-tool-gh-pages  ([email protected])                                                                                                
λ npm start -- -p 8099                                                                                                                                        
                                                                                                                                                              
> [email protected] start E:\socketio-client-tool-gh-pages                                                                                           
> http-server "-p" "8099"                                                                                                                                     
                                                                                                                                                              
Starting up http-server, serving ./                                                                                                                           
Available on:                                                                                                                                                 
  http://192.168.43.89:8099                                                                                                                                   
  http://127.0.0.1:8099                                                                                                                                       
Hit CTRL-C to stop the server                                                                                                                                 
 http://127.0.0.1:8099[Mon Apr 06 2020 08:17:26 GMT+0300 (East Africa Time)] "GET /" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefo
x/74.0"                                                                                                                                                       
[Mon Apr 06 2020 08:18:24 GMT+0300 (East Africa Time)] "GET /" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3
987.163 Safari/537.36"                                                                                                                                        
[Mon Apr 06 2020 08:19:17 GMT+0300 (East Africa Time)] "GET /" "PostmanRuntime/7.24.0"                                                                        
[Mon Apr 06 2020 08:19:31 GMT+0300 (East Africa Time)] "GET /" "PostmanRuntime/7.24.0"                                                                        
>  http://127.0.0.1:8099                     

header

How can I connect socketio server with header. in your socketio client

Pass extra headers for Authorization

The options field doesn't work as it should. When I pass extraHeaders with Auhrorization token, my server is unable to pick this. It seems as if these options are not sent.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.