grooscript-demos
grooscript-demos copied to clipboard
grooscript demos in web and Node.js
Grooscript demos
Groovy code converted to javascript with grooscript
Using Node.js with colors, request and async npm's guide

Jackson Pollock painting demo, see in action

Creating components like react.js but in Groovy guide

Live conversions from asciidoctor to html
Try it!
2048 game, play!

Interactive graphic search, see in action

Basic chat running in Node.js, deployed in Heroku join +info

Svg clock, see in action

See all stars moving here

Three.js objects here

Create a Rest API fake using npm faker and json-server
Google maps DSL
Build
In build.gradle, there are all the task to convert groovy files to javascript. Convert all demos with ./gradlew convertAll :)
To get links and info to run demos run ./gradlew showInfo
To run the demos in Node.js (colors.js, startChat.js and restApi), you need Node.js installed, and run npm install (maybe as sudo) to install dependencies.
