sockjs / sockjs-erlang

WebSocket emulation - Erlang server
http://sockjs.org
Other
266 stars 120 forks source link

Is this project dead? #58

Open jeregrine opened 10 years ago

jeregrine commented 10 years ago

Several of the simple issues/pr's have been open for months and the cowboy version is a full version behind the latest version.

Is there anything I can do to help?

majek commented 10 years ago

You're free to port it to new cowboy and merge some issues. I'm happy to link to your fork.

jeregrine commented 10 years ago

So are you saying the project is no longer being maintained?

On Sun, Feb 2, 2014 at 3:50 PM, Marek notifications@github.com wrote:

You're free to port it to new cowboy and merge some issues. I'm happy to link to your fork.

Reply to this email directly or view it on GitHubhttps://github.com/sockjs/sockjs-erlang/issues/58#issuecomment-33914109 .

saurik commented 10 years ago

I am also curious about this: so even if someone wanted to help, the changes would not be merged? Instead, the project would be deprecated and essentially handed over to the person who was trying to help, by linking people to that fork instead?...

SimonWoolf commented 9 years ago

To save someone else the time of doing the same research: the best fork of sockjs-erlang seems to be ericmj's fork, which supports cowboy 1.0.

Edit: though see https://github.com/ericmj/sockjs-erlang/pull/1#issuecomment-112890874

Edit2: We're now maintaining our own fork at https://github.com/ably-forks/sockjs-erlang that adds the server-can-send-hostname feature and fixes a couple bugs in Eric's