Noobhub - opensource multiplayer library for LÖVE
Posted: Sat Jan 11, 2014 9:20 pm
Hi guys, here's the Publish/Subscribe network library I've built.
It was originally made for CoronaSDK, but I discovered it works perfectly in LÖVE with minimum porting.
Here it is: https://github.com/Overtorment/NoobHub
It is super-simple, perfect for network games (realtime and turn-based) or any other network
appliances you can think of.
It is already battle tested and proven stable in production, as CoronaSDK developers already developed dozens of apps using Noobhub, some of them being chart leaders.
I've put a demo project for LÖVE SDK as well, so you can just grab it as an example and bring multiplayer to your own games!
Short features list:
If you are having issues Ill be glad to help, just post to this thread!
PS. If anyone didnt get it, again, this is FREE and OPENSOURCE, as opposed to paid services like pubnub.com or pusher.com
PPS. Spent one evening messing with LÖVE assembling demo project for Noobhub.. and I love it!
PPPS. If you like Noobhub, give it a star on Github!
It was originally made for CoronaSDK, but I discovered it works perfectly in LÖVE with minimum porting.
Here it is: https://github.com/Overtorment/NoobHub
It is super-simple, perfect for network games (realtime and turn-based) or any other network
appliances you can think of.
It is already battle tested and proven stable in production, as CoronaSDK developers already developed dozens of apps using Noobhub, some of them being chart leaders.
I've put a demo project for LÖVE SDK as well, so you can just grab it as an example and bring multiplayer to your own games!
Short features list:
Hope you guys will find it usefull, have fun!* 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 lua client. You can test on my server, credentials are in the repo!
If you are having issues Ill be glad to help, just post to this thread!
PS. If anyone didnt get it, again, this is FREE and OPENSOURCE, as opposed to paid services like pubnub.com or pusher.com
PPS. Spent one evening messing with LÖVE assembling demo project for Noobhub.. and I love it!
PPPS. If you like Noobhub, give it a star on Github!