New Show Hacker News story: Show HN: Lockval Engine – a distributed back end KV engine that can run scripts
Show HN: Lockval Engine – a distributed back end KV engine that can run scripts
5 by vanishs | 0 comments on Hacker News.
I've been developing game backends for several years, using and designing a lot of code. They all about calculations, synchronization with front-end data, and database data, and try to ensure consistency, atomicity, and high response, etc. However, these codes and frameworks have always had problems such as very complicated APIs, incomplete or non-existent ACID, multiple calls to RPC, and non-real-time full or semi-full data landing. So, we created Lockval Engine. An easy-to-use, ACID, distributed, DOP, multi-language support backend engine. Here are some online demos that will give you a quicker understanding of Lockval Engine: [APIdemo] https://ift.tt/2WrlUgK [playground] https://ift.tt/cEe3wx1...
5 by vanishs | 0 comments on Hacker News.
I've been developing game backends for several years, using and designing a lot of code. They all about calculations, synchronization with front-end data, and database data, and try to ensure consistency, atomicity, and high response, etc. However, these codes and frameworks have always had problems such as very complicated APIs, incomplete or non-existent ACID, multiple calls to RPC, and non-real-time full or semi-full data landing. So, we created Lockval Engine. An easy-to-use, ACID, distributed, DOP, multi-language support backend engine. Here are some online demos that will give you a quicker understanding of Lockval Engine: [APIdemo] https://ift.tt/2WrlUgK [playground] https://ift.tt/cEe3wx1...
Comments
Post a Comment