alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 737 forks source link

ASK SDK Controls Framework for other platforms? #634

Closed kkocel closed 4 years ago

kkocel commented 4 years ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[x ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:

Will ASK SDK Controls Framework will be ported to non-JS platforms? Eg. Java?

ShenChen93 commented 4 years ago

Hi @kkocel ,

Thanks for being interested in using the new control framework. The control framework currently under beta and it only support node.js for now. We will consider to support it for other languages once it turns out the framework is useful and people like to use it.

Thanks, Shen