Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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]

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)