Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Samples of kvServerKit

This package contains samples of kvServerKit framework.

DeclarativeServer

DeclarativeServer is a sample server application with examples of various declarative API features of kvServerKit framework.

Note: swift run DeclarativeServer command builds and runs DeclarativeServer sample.

ImperativeServer

ImperativeServer is a sample server application handling simple requests. It's implemented on imperative API from kvServerKit framework.

Note: swift run ImperativeServer command builds and runs ImperativeServer sample.

Authors