allinurl / gwsocket

fast, standalone, language-agnostic WebSocket server RFC6455 compliant
http://gwsocket.io
MIT License
745 stars 67 forks source link

Release 0.2 #5

Closed jirutka closed 7 years ago

jirutka commented 7 years ago

Please release new version, it’s quite long time and many commits since the last release.

I see that you’ve literally copied gwsocket sources to the goaccess project (very bad practice, it’d be better to use at least git subtree) and it doesn’t look like they are in-sync…?

BTW, thanks for this great utility!

allinurl commented 7 years ago

It's certainly been a while since the first release. I'm working to add SSL support which it's been asked quite a few times. I think that would be a nice cut-off point for the next release. So I definitely plan to push out v0.2 as soon as I have SSL implemented. Stay tuned!

Thanks for the reminder about git subtrees. I'll look into it :)

jirutka commented 7 years ago

I’d personally prefer to keep it simple and minimalistic. One can always use nginx or another web proxy for TLS termination. Actually this is exactly my use case. Please make it at least optional (with compile flag).

Release early, release often. You can release 0.2 right now and TLS support in 0.3. ;)

BTW I’ve created Alpine package for gwsocket, that’s why I’m asking for a release.

allinurl commented 7 years ago

I agree on keeping it simple, which is the goal of the project :)

Sounds good, I'll release v0.2 today or tomorrow and leave TLS support for v0.3.

Please keep this issue open and I'll post back as soon as this is out.

Thanks for creating/adding the package to Alpine Linux :+1:

jirutka commented 7 years ago

Thanks, but please also create a git tag for v0.2. ;)

allinurl commented 7 years ago

v0.2 is out! Thanks again!