A basic, asynchronous TCP server
41 people like thisPosted: 13 years ago by Ryan Riley
This snippet extends several types from the System.Net namespace. It provides an easy to use API for creating asynchronous (as well as synchronous) HTTP servers using F# asynchronous workflows.
4 people like thisPosted: 13 years ago by Tomas Petricek
Simple HTTP server, runs on .Net Core, .Net or Mono, and serves GET requests via a handler. The example given serves up static content from a specified directory.
7 people like thisPosted: 8 years ago by Phillip Trelford
This looks for the first available port and starts a Suave server on the port. The function is asynchronous and returns the port once the server is started.
5 people like thisPosted: 8 years ago by Tomas Petricek
Needed to receive an OAuth 2 response so used simple http listener
3 people like thisPosted: 4 years ago by Ivan Rainbolt
Simple HTTP server with Async workflow and Http Listener
11 people like thisPosted: 13 years ago by Ankur Dhama
Creating an asynchronous HTTP Server in F#.
6 people like thisPosted: 12 years ago by Julian Kay
Simple OWIN Self-Host web-server with static files support and request deflate/gzip compression.
3 people like thisPosted: 8 years ago by Tuomas Hietanen
An abstract remoting server API and an abstract web reactive client to call it
0 people like thisPosted: 5 years ago by giuliohome