Suggestions for Game Backends and LeaderBoard services

Are there any “Game Backend Services” or “LeaderBoards” which provide HAXE SDK or which OpenFL favours?!

In general, which one would be a simple to add to an OpenFL game project.

Thanks

You can use servces with JS if you target html5:
https://www.gamesparks.com/

Thanks @gonzos for the suggestion.

First thing is how to integrate the HTML5 API with OpenFL. This option is better if I am developing directly on HAXE and targeting JS.

Secondly, are there any option available anywhere which we can just use in OpenFL directly.

Here’s one I found while searching https://github.com/Tw1ddle/samcodes-gamecircle

Thanks @singmajesty for the input.