Skip to content

Instantly share code, notes, and snippets.

View igolaizola's full-sized avatar

Iñigo Garcia Olaizola igolaizola

View GitHub Profile
@igolaizola
igolaizola / EventSource.cs
Last active September 3, 2024 00:50
C# implementation of Server Side Event Source
/*
* Copyright 2014 Jonathan Bradshaw. All rights reserved.
* Redistribution and use in source and binary forms, with or without modification, is permitted.
*/
using System;
using System.Collections.Specialized;
using System.Diagnostics;
using System.IO;
using System.Linq;