mroth/sseserver

consider renaming the project

Open

#3 opened on Jul 16, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (17 forks)github user discovery
help wanted

Repository metrics

Stars
 (115 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide