seasocks icon indicating copy to clipboard operation
seasocks copied to clipboard

Simple, small, C++ embeddable webserver with WebSockets support

Results 43 seasocks issues
Sort by recently updated
recently updated
newest added

Adds builds for latest Clang versions. Both issue an error due to possible UB though: ``` /home/runner/work/seasocks/seasocks/src/main/c/md5/md5.cpp:190:25: error: performing pointer subtraction with a null pointer may have undefined behavior [-Werror,-Wnull-pointer-subtraction]...

Thanks for the great project. Does it support listen on a unxi domain socket (AF_LOCAL / AF_UNIX) support for websocket server ?

Seasocks isn't "really" for insecure environments; and we should be a lot more clear about it.

We don't stop things like `http://host:8080/../../../etc/passwd`

bug

Hello, I wish to follow the convention for my REST interface: `http://xxx.xxx.xxx.xxx:8080/resources/:id` Where `GET http://xxx.xxx.xxx.xxx:8080/resources` will return a list of resources, `GET http://xxx.xxx.xxx.xxx:8080/resources/:id` will return a single resource with id...

New to websockets here. I am developing an app that receives a data through a ZMQ socket every second, then processes it and prepares it in JSON format, and my...

Does anyone know why this API enforces all messages must originate from the same thread the server was started on?

Conan expects a license folder in its projects: `[HOOK - conan-center.py] post_package(): ERROR: [PACKAGE LICENSE (KB-H012)] No 'licenses' folder found in package: /home/jasper/.conan/data/seasocks/1.4.4/_/_/package/ac7e8914e54bce4e93d8fd34e732e8c13c5913f2 (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H012) ` We should conform to this...

I made the changes you suggested in the PR, but `conan create . seasocks/1.4.4@` fails during the test stage with: ``` [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option...

Hello, We are using Seasocks on our custom built embedded Linux mobile device to serve up static endpoints that act as a remote control testing API to our device. We...