Jason Mulligan is announcing that turtle.io with version number 4.0.20 is already available to download.
What is turtle.io ?
turtle.io is A basic Web server created in Node.js, supporting modern technologies like the HTTP 1.1 protocol, virtual hosts and reverse proxies .
turtle.io allows programmers to place Node.js-compatible files inside a folder and be able to access them via the Internet.Turtle compiles the files and sends the result to the user, just like a Node Web server would, only from any location on your server you want it to.Hostnames are also supported, so the server’s content can easily be accessed via a domain name.A config.json file lets developers customize the server’s configuration, adapting and expanding its functions and features.
This is changelog for turtle.io version 4.0.20 :
- Reverting a change to the sample server.
You can read the complete changelog and also download this latest version on their homepage: turtle.io