Skip to content

jackgene/presentation-service-swift

Repository files navigation

Presentation Service in Swift

Build and run:

swift run -c release Run present --port 8973 --html-path (path to deck.html)

Build then run:

make
.build/release/presentation-service present --port 8973 --html-path (path to deck.html)

When benchmarking, run the following to increase macOS limits:

ulimit -n 2048

Background

This is a Vapor project, created by running:

vapor new PresentationService -n --output presentation-service-swift

About

Presentation Service in Swift

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages