The F#.NET Journal just published an article about concurrent programming:
"Perhaps the simplest complete working example that can be constructed using the generic server architecture described in the previous articles is a chat server that allows clients to logon and communicate by posting messages that are relayed to all other logged-on clients. This article describes a chat server and clients with GUI interface for demonstration..."
To read this article and more, subscribe to The F#.NET Journal today!
2 comments:
Hi Jon,
Do you post the source code anywhere? I'm having trouble running the chat sample as it complains about type mismatch with the coreLogic argument in the startServer call.
@Anonymous: I'll have a download for the source code added to the article.
Post a Comment