Giter Site home page Giter Site logo

gwsocket as a library about gwsocket HOT 7 OPEN

allinurl avatar allinurl commented on May 27, 2024 3
gwsocket as a library

from gwsocket.

Comments (7)

allinurl avatar allinurl commented on May 27, 2024 1

@imatasic if I understand correctly, gwsocket could help you achieve that. goaccess uses gwsocket on the back-end. There are some guides on how to get this done with apache, take a look at this guide.

from gwsocket.

allinurl avatar allinurl commented on May 27, 2024

It shouldn't be too bad, I'm guessing the work involved would be to get rid of the gwserver.c file. I can look into it, not sure I can do it soon but I can certainly check it out.

Also, I'm thinking you could include those files in your project and work directly with the header files. Probably not as convenient but perhaps a quick solution.

from gwsocket.

kempgc avatar kempgc commented on May 27, 2024

That would be excellent. I took a look at how the current Makefile is generated and decided it would take me too long to get up to speed on what was going on. Yes this would remove the need for gwserver.c however most of the code would be move across in particular the callbacks to support strict mode, parsing of parameters would not be needed. My current plan is to write a simple makefile which will create a libgwsocket.so.

If its ok with you I would like to update the code to remove many of the issues that Coverity (https://www.synopsys.com/software-integrity/security-testing.html) is finding, mainly NULL pointer checking etc. This is a server so security is important. Happy to push changes and once I have completed along with my code that demonstrates how to use if you wish.

from gwsocket.

allinurl avatar allinurl commented on May 27, 2024

That would be awesome. Thanks!

from gwsocket.

imatasic avatar imatasic commented on May 27, 2024

would this be something that could be used with apache web server?

from gwsocket.

allinurl avatar allinurl commented on May 27, 2024

@imatasic what are you trying to achieve?

from gwsocket.

imatasic avatar imatasic commented on May 27, 2024

@allinurl Well, I am struggling to get the boilerplate configuration for apache to proxy the websocket properly. Sometimes I have to use both proxypass and rewrite directive, sometimes only proxypass works and i think this might impact the performance.
not to mention it takes up an available connection from apache, so I have to increase that number as well.

example:

...
ServerName site.example.com
ProxyPreserveHost On
AllowEncodedSlashes NoDecode
SSLProxyEngine On

ProxyPass /wss  wss://192.168.14.20:8080/
ProxyPassReverse /wss wss://192.168.14.20:8080/
...
RewriteEngine on
RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC]
RewriteCond %{HTTP:CONNECTION} ^Upgrade$ [NC]
RewriteRule .* wss://192.168.14.20:8080%{REQUEST_URI} [P]
...

This is the only way i found that I can access the websocket from both inside the network, and from the internet when I access https://site.example.com.

Maybe I am doing this completely wrong.
Is there a better way to do this with nginx?

from gwsocket.

Related Issues (20)

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.