sseserver icon indicating copy to clipboard operation
sseserver copied to clipboard

consider renaming the project

Open mroth opened this issue 6 years ago • 2 comments

Reasons:

  • sseserver is very generic, and doesn't imply any of the nice functionality (namespacing support and fast performance) in this library.
  • sseserver can be confusing to spell, due to the overlapping collision (s[se)rver].
  • sseserver.Server stutters, a no-no in Go best practices.

I am actively interested in improving this code again (and making some decent strides in the develop branch which will eventually be cleaned up and squashed towards a v1.1), and with the proliferation of HTTP/2, SSE may see a resurgence of interest (hence my work on cleanups and the API currently). So if I'm going to rename the project, it should probably be done sooner rather than later, since that's easier when not many people are using it.

mroth avatar Jul 16 '18 21:07 mroth

Only idea I have so far is pretty bad... ssesurfer (since I already use the 🏄 icon on github).

mroth avatar Jul 16 '18 21:07 mroth

It does what it says on the tin, but I guess it doesn't help in having people find it.

You could have SSE Stream, Go SSE or Rocket SSE?

steddyman avatar Aug 02 '23 15:08 steddyman