nuk is a generic turn based game server written in Erlang.
- provides framework for registering games, users and controlling their sessions
- allows you to write and plug in your own turn based game engine using behavior callbacks
- allows to use custom external storage using simple behaviors
- client or frontend (it's a server)
- web server: it does not provide one, although I might consider adding this in the future