
About Core Section
---------------------------------------------------------------------

This section contains the core components of ServerKit that are exposed by the library.

- Create a new Server instance with the [ServerKit.NewServer()](api/1002--ServerKit-NewServer.md) function.
- Read [Server Object](api/1600-Server-Object.md) to understand what a ServerKit Server is and how to use it.
- If you want to know how to develop application services,
	then look at [ApplicationService Object](api/1400-ApplicationService-Object.md)
- Read about working with storage enabled services: [StorageService Object](api/1500-StorageService-Object.md).
