-
Updated
Apr 13, 2022 - Go
Server
A server is a program or device that provides functionality for other programs and devices, called clients. This relation forms the Client-Server Model.
Here are 10,479 public repositories matching this topic...
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Apr 12, 2022 - Rust
-
Updated
Apr 13, 2022 - Haskell
-
Updated
Apr 9, 2022 - Rust
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- This issue affects my [Ory Clou
-
Updated
Mar 20, 2022
This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.
Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.
$ http-server -S
Starting up http-server, serving ./ through https
Available on:
https://127.0.0.1:8080
https://192.168.77.123:8080
**What did you exp
OpenRCT2 build
OpenRCT2, v0.3.5.1 (4596105 on develop)
Describe the issue
You can delete the small scenery ghost by right-clicking on them.
When placing any type of object, you see a white ghostly representation of the object you're placing. Normally you would not be able to destroy this, as the object is automatically removed when you move the cursor, or close the building men
-
Updated
May 2, 2021 - JavaScript
-
Updated
Apr 12, 2022 - Go
-
Updated
Feb 21, 2022 - Go
Context and Description
The READMEs and any example code in all projects should be updated to reflect the move from the IBM-Swift organization to the Kitura organization.
If anyone wants to take on all or part of this, please comment here so other's know what you're working on and submit PR's. :-)
Thanks!
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Apr 13, 2022 - Ruby
-
Updated
Mar 7, 2022 - Ruby
-
Updated
Jan 6, 2022 - C
Context
#4881
I'm operating a worldwide server and there are unique connectivity issue in different regions. I want to ensure that users have best voice quality while under connection budget, and that involves different settings for different regions.
Description
I need to have individual switches that controls the inbound and outbound UDP connections.
Mumble component
Client
-
Updated
Apr 13, 2022 - C++
- Wikipedia
- Wikipedia
When checking a request's
remoteAddress
, it's usually the address from which NIO received the request. While that's technically correct, Vapor servers are often hosted behind a reverse-proxy such as nginx. Therefore the original peer's address is often lost. To resolve this, it's not uncommon to set the original peer's address in a header such asX-Forwarded-For
.**Describe the solution you