You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lit was built on top of Engine.IO, the framework that built Socket.IO as well.
It focuses on transmitting binary data instead of string data (what Socket.IO is doing right now), I know Socket.IO is already supported binary data but it's not the reason to keep me from building another one
The main reason is #5, #349 and #190, there are so many people email me and ask if this server is good for develop production-ready games or not, and I keep saying that it's not ready. Now, it's time to make it production-ready (okay, I know I'm a bit ambitious :D)
Honestly, I didn't have time to test or benchmark it yet, I think it's better to introduce it here, so everybody can join with me and see/test/benchmark/integrate it.
Let's discuss to see if we can use it and replace it with Socket.IO for this game server in the future or not :D
Thank you so much!
Huy
The text was updated successfully, but these errors were encountered:
I'm so sorry. I'm busy with some other stuff recently and don't have enough time for the integrating process. I will try to make a small demo to benchmark this library, maybe in the incoming long weekend.
Well... it would be a rant if I call it's an engine 😆
I developed a new networking library - lit, the main idea is to replace Socket.IO (for this game)
lit was built on top of Engine.IO, the framework that built Socket.IO as well.
It focuses on transmitting binary data instead of string data (what Socket.IO is doing right now), I know Socket.IO is already supported binary data but it's not the reason to keep me from building another one
The main reason is #5, #349 and #190, there are so many people email me and ask if this server is good for develop production-ready games or not, and I keep saying that it's not ready. Now, it's time to make it production-ready (okay, I know I'm a bit ambitious :D)
Honestly, I didn't have time to test or benchmark it yet, I think it's better to introduce it here, so everybody can join with me and see/test/benchmark/integrate it.
Let's discuss to see if we can use it and replace it with Socket.IO for this game server in the future or not :D
Thank you so much!
Huy
The text was updated successfully, but these errors were encountered: