Hi guys, just spreading the word about Noobhub, a library Ive built to create network multiplayer games and apps.
There are already several apps from different developers who happily use Noobhub in production.
Previous official discussion was here http://developer.coronalabs.com/code/noobhub but who knows, maybe official discussion will move here.
Code is available on Github https://github.com/Overtorment/NoobHub
- * Connections are routed through socket server with minimum latency, ideal for action games.
- * Simple interface. Publish/subscribe paradigm in action.
- * Server written on blazing fast Nodejs.
- * Socket connections, works great through any NAT (local area network), messages delivery is reliable and fast.
Repo includes server code (so you can use your own server) and Corona lua client. More clients to come. You can test on my server, credentials are in the repo!
Lua code may serve as an example of how LuaSocket library works.
PS. First post on new forums. Hooray!
EDIT. If you like Noobhub, please give it a star on Github!