its so simple to create a chat server with asp.net.
The following listing shows global declarations that are used when handling requests:
let room = new ChatRoom()
let root = @"C:\wwwroot\"
let contentTypes = dict [ ".css", "text/css"; ".html", "text/html" ]