Skip to content

manio143/Fedirector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Fedirector

An F# web redirector.

Requirements

Preparing

Pull required packages from NuGet

nuget install -ExcludeVersion Suave

Editing

To add new urls for redirection you just need to add entries to the array in app creation. The pattern is

path "/path/to/go/to" >=> redirect "http://where.to.redirect/"

To change the port edit config.bindings and replace 80 with the port you want.

Running

On Windows

fsi.exe app.fsx

On Linux

fsharpi app.fsx

Then simply visit http://localhost/path/to/go/to and enjoy ;)

About

Simple web redirector with F# and Suave

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages