Git Product home page Git Product logo

Comments (9)

igm avatar igm commented on July 21, 2024

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.

from sockjs-go.

notedit avatar notedit commented on July 21, 2024

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.

from sockjs-go.

igm avatar igm commented on July 21, 2024

I'm not using it in production and using it in production is discouraged (as stated here: https://github.com/igm/sockjs-go#important)
Version 2 will be a complete reimplementation of the library with slightly different API and hopefully production ready, but without any ETA at this moment.

from sockjs-go.

notedit avatar notedit commented on July 21, 2024

any details on the new version? maybe i can do some help

from sockjs-go.

igm avatar igm commented on July 21, 2024

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.

from sockjs-go.

druska avatar druska commented on July 21, 2024

Great news, @igm. I look forward to v1.

from sockjs-go.

igm avatar igm commented on July 21, 2024

thanks @druska , actually it's a version "v2" to look forward ;) I don't expect much activity in "v1"

from sockjs-go.

iwanbk avatar iwanbk commented on July 21, 2024

@igm

I'm not using it in production and using it in production is discouraged (as stated here: https://github.com/igm/sockjs-go#important) 
Version 2 will be a complete reimplementation of the library with slightly different API and hopefully production ready, but without any ETA at this moment.

It is production ready now?

from sockjs-go.

igm avatar igm commented on July 21, 2024

@iwanbk
Current version 2 is the latest stable with better quality than v1. As with any (not only) open source project, you might encounter problems in the library, if you find any issues, please open a github issue here and we'll work on it, or feel free to submit a PR.

from sockjs-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.