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.
- Host: GitHub
- URL: https://github.com/haf/fsharp.eventsource
- Owner: haf
- Created: 2013-10-11T12:21:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-13T13:17:42.000Z (over 11 years ago)
- Last Synced: 2025-03-29T07:11:26.518Z (2 months ago)
- Language: JavaScript
- Size: 363 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.