yested
yested copied to clipboard
Suggestion: Support GraphQL for server-side communication
It looks like Facebook's GraphQL will revolutionize the way in-browser web-apps communicate with the server, replacing REST.
There is an actively developed Java library for server-side GraphQL - however it's schema definition is quite verbose, seems like a great candidate for Kotlin builders.
I'd love to be able to quickly create a project where I can code in Kotlin both client-side and server-side, perhaps using GraphQL to communicate between both parts of the app.