Fedor Shubin

Results 4 issues of Fedor Shubin

Hello, Please, have a look at a commit in my fork of cocos2d-x: https://github.com/vedi/cocos2d-x/commit/28c0405b94e6ba6970c860269e7651222f685e44 I've integrated your library to cocos2d-x. But it's not original library. I did some changes here:...

It's not possible to dynamically add / remove routes to express.js. The solution can be creating a midleware that manages routes by itself.

We've created our REST SDK on the shoulders of UnityHTTP. It provides API similar to https://github.com/mgonto/restangular, implements path building, error handling, and other useful things. You can find it here:...

It's just technically replaces async library with modern async/await patterns. But actually it's better to refactor it more deeply.