Skip to content

Commit

Permalink
flag the project as no longer maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Sep 11, 2015
1 parent 731a6be commit 3b60a70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This library provides a STOMP client for Web browser (using Web Sockets) or node.js applications (either using raw TCP sockets or Web Sockets).

# Project Status

__This project is _no longer maintained_ ([some context about this decision](http://jmesnil.net/weblog/2015/09/04/stepping-out-from-personal-open-source-projects/)).__

__If you encounter bugs with it or need enhancements, you can fork it and modify it as the project is under the Apache License 2.0.__

## Web Browser support

The library file is located in `lib/stomp.js` (a minified version is available in `lib/stomp.min.js`).
Expand Down

4 comments on commit 3b60a70

@JSteunou
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of encourage forking you should make a call to find maintainers and give them the key of the fort (add them on github, bower, npm, etc). This library should live long, with or without you.

@Polve
Copy link

@Polve Polve commented on 3b60a70 Sep 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1
If someone knows an up-to-date fork I would be pleased to know

@JimmyMultani
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmesnil Why not simply add maintainers to this project? Or transfer ownership to someone who will maintain the repo? Thanks.

@JSteunou
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI I published a working and up to date fork published on npm : webstomp-client

Please sign in to comment.