-
Updated
May 19, 2020 - PHP
socket-server
Here are 249 public repositories matching this topic...
-
Updated
Jan 10, 2020 - Java
-
Updated
May 18, 2020 - C#
-
Updated
Mar 31, 2020 - C++
-
Updated
Oct 16, 2019 - PHP
-
Updated
Apr 4, 2020 - TypeScript
-
Updated
Jun 18, 2019 - Java
-
Updated
Feb 16, 2020 - PHP
The TimerComponent
holds too many properties used by all entities. For instance, this component has a NextSpeakTime
property which is used for the NpcEntity
only. Same goes for the DespawnTime
and RespawnTime
used for monsters.
The idea is to create 3 new components :
PlayerTimerComponent
MonsterTimerComponent
NpcTimerComponent
and then move the existing properties t
-
Updated
Mar 29, 2020 - C
-
Updated
Mar 6, 2017 - Java
-
Updated
Jan 8, 2019 - PHP
Spec out 1.0 API
There is legacy API right now that generally works, but there should be a better versioned API for the server, that utilizes HTTP verbs better, we probably should revamp some configuration keys and response formats too.
-
Updated
Feb 27, 2020 - Rust
-
Updated
Jan 16, 2020 - Ruby
-
Updated
Feb 18, 2020 - C++
-
Updated
Oct 4, 2019 - Java
-
Updated
May 20, 2020 - C#
-
Updated
Apr 30, 2020 - C#
-
Updated
Feb 26, 2020 - PHP
-
Updated
Sep 13, 2018 - Erlang
This is the next important step in ensuring strong connectivity and seamless user experience. I've noticed that localtunnel servers often fail to provide a connection, with an error localtunnel : connection refused
. This is probably due to the large traffic on its public servers.
We can set up these tunneling servers using different approaches. However I am trying to create the server using l
-
Updated
Feb 25, 2019 - Java
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Jun 27, 2017 - PHP
-
Updated
Feb 18, 2018 - Go
-
Updated
Aug 22, 2018 - C
-
Updated
Mar 6, 2019
Improve this page
Add a description, image, and links to the socket-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the socket-server topic, visit your repo's landing page and select "manage topics."
Couldn't see anything in the documentation about this.
Is it possible to run a HTTPS server and WSS on the same port but under different directories, or would you need to use another server on top to accomplish that?