Skip to content
/ fss Public

FSharp Server - lightweight web server

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt
Notifications You must be signed in to change notification settings

daz10000/fss

fss

FSharp Server - lightweight web server

Getting started

Install fake command line tool

You can omit -g if you don't want it globally

dotnet tool install fake-cli -g

Run build script

fake run

Developers

Example connection_postgres.txt

Tests require a postgres connection string in tests/fss.Tests/connection_postgres.txt User ID=username;Password=password;Host=localhost;Port=5432;Database=testfss

Example sqlite connections string

Tests require a sqlite connection string in tests/fss.Tests/connection_sqlite.txt

Data source=test.db

About

FSharp Server - lightweight web server

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages