Sling Tutorial: Getting started
In this tutorial, you will find out how to use the Sling development tools and how to create, compile and run small programs written in the Sling programming language. The content is presented as a consecutive serious of small programs, each of which demonstrates a particular feature or ability of the Sling language.
Web Server Development in Sling with Sympathy
This tutorial teaches you on developing a web server application in Sling programming language using the Sympathy framework.
Secure REST API Server Development in Sling with Sympathy
This tutorial teaches you on developing a secure REST API server application in Sling programming language using the Sympathy framework.
Developing a task list mobile application in Sling
In this tutorial, we will learn how to develop a simple cross platform mobile application using Sling and SQLite as database. The application features a task list or a to-do list, and allows the user to retrieve and manage the entry data in the list. The application is intended to be used on iOS and Android.