An open API service indexing awesome lists of open source software.

https://github.com/haf/fsharp.eventsource

A F# library of Server-Sent Events, with sample, MIT license and nuget.
https://github.com/haf/fsharp.eventsource

Last synced: about 2 months ago
JSON representation

A F# library of Server-Sent Events, with sample, MIT license and nuget.

Awesome Lists containing this project

README

        

# F# EventSource

Stream Updates with [Server-Sent Events](http://www.w3.org/TR/eventsource/).

Current status: gives you an API to write to the browser.

Use together with
[polyfill](https://github.com/remy/polyfills/blob/master/EventSource.js) for
browser support. Have a look at Sample.fs for an example on how to use it.

## License

MIT Copyright Henrik Feldt 2013

### Notes

Compile: `bundle && rake` or open in Visual Studio 2012 or in Xamarin Studio.