-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is sockjs-go worked on? #10
Comments
yes, I'm working on this sporadically. I need to introduce some API breaking changes and that's why the project was stalled for some time. However I've adopted http://gopkg.in approach and from now on current implementation is accessible via "gopkg.in/igm/sockjs-go.v1/sockjs" import path which takes code from branch "v1". Please note that not much further development will happen here in v1. Further development will continue in "master" branch and can be imported as "gopkg.in/igm/sockjs-go.v0/sockjs". Version 0 will introduce API changes and will break current builds eventually. Later the plan is to introduce branch "v2" as soon as the new API stabilises. |
thanks. i am working on a realtime app. the sockjs nodejs and python server works well, but i really hate the callbacks. i want to knew whether you are using sockjs-go in product. |
I'm not using it in production and using it in production is discouraged (as stated here: https://github.com/igm/sockjs-go#important) |
any details on the new version? maybe i can do some help |
I've branched out previous version into "v1" branch and put new version into master. As I wrote before it is a complete rewrite of library, with less code (with tests) and with proper CI setup. The API is different, but IMO more logical and fits better the sockjs string frame-ing. Any help is more than welcome, I hope (and plan) to release it as a stable and production ready "v2" soon. |
Great news, @igm. I look forward to v1. |
thanks @druska , actually it's a version "v2" to look forward ;) I don't expect much activity in "v1" |
It is production ready now? |
@iwanbk |
i see there are two month after last commit. and there are sitll some error on tests.
The text was updated successfully, but these errors were encountered: