Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T18:10:24.000Z (over 3 years ago)
- Last Synced: 2024-04-15T07:10:11.390Z (7 months ago)
- Language: Java
- Homepage:
- Size: 6.66 MB
- Stars: 41
- Watchers: 9
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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)