- Google...
- IBM Worklight website's and IBM Worklight Getting Started training materials
- IBM Worklight user documentation
Worklight Server is the entity that facilitates communication between the client (app) and backend (databases, etc...) using adapters; it also manages application life cycle - allows to block access or notify an app; provides user and device authentication; sends push notifications and web resource updates, etc.
Any request made by the app, be it a connect attempt or adapter request, connects the app with the server.
When you install the Worklight Developer Edition (via the Eclipse marketplace or otherwise), which is an Eclipse plug-in, to your Eclipse... this installation bundles a WAS Liberty profile application server within. Worklight Studio, the IDE and Worklight Server are auto-magically and transparently "installed".
A filesystem-based database is also created within the Worklight-related folders in the Eclipse workspace. Worklight Studio handles the building and deployment of applications and adapters in this development environment.
When you move to a production environment, you install some supported application server (like WAS, Liberty, Tomcat) and deploy to it various Worklight artifacts - the Worklight framework, (the server), project-related files, apps and adapters.
Please read the documentation. Reserve Stackoverflow for programming-related questions.