Page 1 of 1

Json/Rest library

Posted: Mon Dec 16, 2013 5:15 pm
by eickot
Hello everybody,

Thanks for this great framework! I'm doing a multiplayer asyncronous prototype game, and I made a little library that mades Rest calls on a thread. I wish to share with people, for If anybody things they should be usefull.

Library link is:
https://github.com/Dracks/Love2DRestClient

I've use a custom implementation of inheritsFrom function extracted from lua documentation and a LinkedList made by myself. But the problem is pass parameters to thread, in that case I use a json library an convert data to json.

Eickot.

Re: Json/Rest library

Posted: Tue Dec 17, 2013 10:22 am
by SiENcE
Might be nice for online highscore tables in combination with the Sick library :).