https://github.com/luontola/dimdwarf
Distributed application server for Java. You write single-threaded, event-driven POJO code - the server makes it multi-threaded, persisted and transactional. Designed for the needs of online games. Compatible with Project Darkstar (now RedDwarf). [INACTIVE]
https://github.com/luontola/dimdwarf
Last synced: 9 months ago
JSON representation
Distributed application server for Java. You write single-threaded, event-driven POJO code - the server makes it multi-threaded, persisted and transactional. Designed for the needs of online games. Compatible with Project Darkstar (now RedDwarf). [INACTIVE]
- Host: GitHub
- URL: https://github.com/luontola/dimdwarf
- Owner: luontola
- License: apache-2.0
- Created: 2008-12-25T23:19:11.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T18:10:24.000Z (about 5 years ago)
- Last Synced: 2025-04-03T17:22:58.292Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 6.66 MB
- Stars: 42
- Watchers: 8
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java - Dimdwarf
README
Dimdwarf Application Server
===========================
Dimdwarf is an unintrusive distributed application server for Java. You write single-threaded, event-driven POJO code - the server makes it multi-threaded, persisted and transactional. The primary target audience is developers of online multiplayer games. The programming model is the same as on [Project Darkstar](http://www.projectdarkstar.com) (now [RedDwarf](http://www.reddwarfserver.org)). Dimdwarf applications can be deployed on Darkstar with minimal modifications and vice versa.
- Web Site:
- Mailing List:
- Source Code:
- Development Status: Pre-Alpha
- License: [Apache License 2.0](http://dimdwarf.sourceforge.net/LICENSE)
- Developer: [Esko Luontola](http://www.orfjackal.net)