JNAG prototype

Hello,

I am happy to announce the JNAG project.
It means Java Network API for Games.
It focuses on the communication between 2 entities (client-server, typically), and let the programmer call some remote functions in the RMI-style.

The difference is that JNAG is designed for hi-performance application (i.e. games are the main target), and doesn’t cover all the RMI functionalities. For example, JNAG can only handle asynchronous remote call.

For now, the status of the project is “prototype”. It is not yet ready to be used by other programmers, but you are welcome if you want to give some feedback on the forum of the project about your first impressions.

See the project page for more informations :
https://jnag.dev.java.net

Vincent