Computer Science Experimentation

Friday, August 10, 2012

Chat Application using Web Sockets Self-Hosted Server with F#

This post presents an Chat application in F# using the library:

The Chat application is based on Paul Batum example at:
The server is self-hosted.
I tried to make the application to be hosted in F# interactive console by making the configuration programmatically without success. Because of that, the F# application is compiled in order to use the App.cfg .

No comments:

Post a Comment