Developed and headquartered in Europe (Barcelona, Spain), Passwork meets GDPR, NIS2, ENS and other European regulatory requirements by design.
On-premise solution with double encryption and certified development processes for maximum protection of corporate data. Zero‑knowledge architecture ensures your passwords never leave your infrastructure.
Learn More
Native Teams: Payments and Employment for International Teams
Expand Your Global Team in 85+ Countries
With Native Teams’ Employer of Record (EOR) service, you can compliantly hire in 85+ countries without setting up a legal entity. From dedicated employee support and localised benefits to tax optimisation, we help you build a global team that feels truly cared for.
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...