Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.49 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.49 KB

Sisk quickstart projects 🚀

This quickstart repository shows an example of how to have your Sisk server running in just a few steps. To start coding in your project:

Projects in this repo are described by:

  • quickstart.service-providers: example project using Sisk.ServiceProviders package, which adds portability to your Sisk service.
  • quickstart.minimal-hello: simplest Hello World program with Sisk.
  • quickstart.handlebars-example: simple Sisk program with UI-templating made by Handlebars.Net.
  • quickstart.photino-app: simple UI program, powered by Photino.Net, which it's HTTP server is hosted by Sisk.
  • quickstart.simple-file-server: simple file server which serves static content with directory listing.
  • net8-aot-example: Native AOT with .NET 8.0 example.
  • bflat-example: Sisk compiled with the bflat compiler example.

You'll need to have .NET SDK installed in your machine for projects which uses .NET. bflat-example doens't need .NET installed in your machine.

Documentation

You can access the Sisk documentation here or access it's repository here.

License

This repository is unlicensed, however, the Sisk framework is. To read the Sisk license, click here.