A metamorphic engine that will work on JavaScript code.
To Run the client: Clone it and go to the folder metamorphicJS Run npm start This will start the client and open a link in the browser with localhost:3000
To Run the Server: go to metamorphicJS/src/server
Run node server.js This starts the server.