Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
stro is an open-source cross-platform MMORPG server.
...The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. stro is a continuation of the rAthena project.
idAthena adalah emulator untuk menjalankan server game MMORPG Ragnarok Online. Project ini ditulis dengan bahasa C dan menggunakan database MySQL untuk menjalankannya. Merupakan Fork dari server rAthena.
hAthena
Description
This is a project to test how well Haskell fits a production based server.
This is by no means an alternative to rAthena and will not aim to be.
Key features by using functional programming:
- Concurrency and Parallelism
The server will spawn a light thread per client connected and script executed.
- STM
Memory is easy to share over all the threads, easy to keep apart and when needed to switch between the both.
- Strict typesystem
You can't send the wrong information to a function, and you can not possibly use it in a way not intended
- No side-effects
A function can't do anything else then what you want it to do. ...