Yesterday, we finalized a new feature — Platformer launcher icon configuration. You are now free to upload your own icon, making the launcher more personal!
✨ The next feature
As stated in the previous post, the next feature we are working on is Stored
All this to help developers avoid running their own backend servers for simple logic!
Here is some information on how we see it:
— Stored Procedures are managed in the admin panel and written in pure JavaScript (both ES5 and ES6).
— No imports are allowed, nor are Node or browser-specific functionality such as fetch.
— Stored Procedures are called by developers' mini apps. To call them, a mini app must use Platformer's own SDK, presented as an npm package.
As you can see, we have a lot to do. But we are pretty sure it is worth it 👨💻
