Git Product home page Git Product logo

Comments (10)

kum-deepak avatar kum-deepak commented on August 25, 2024

If you are using Angular2/4 (this library only supports Angular2/4) you can use this.

If your application is not Angular2/4, you most probably need https://github.com/stomp-js/stomp-websocket which is maintained version of the original stompjs. It supports automatic re-connection and supports SockJS out of the box.

As of now it will not work with SockJS, it can be extended to support SockJS. I would like to understand the following:

  • Which server are you using?
  • Which browser versions you are intending to support?

from ng2-stompjs.

ganeshkantu avatar ganeshkantu commented on August 25, 2024

I am using https://github.com/stomp-js/stomp-websocket. Using it with NG 4/CLI.

Server: Grails (Spring STOMP websocket)
Browsers: Firefox 52+, Chrome 58+, IE 11

from ng2-stompjs.

kum-deepak avatar kum-deepak commented on August 25, 2024

Give me few days.

from ng2-stompjs.

kum-deepak avatar kum-deepak commented on August 25, 2024

Created a branch sockjs. Please try it out:

  • Using it with yarn
$ yarn add 'https://github.com/stomp-js/ng2-stompjs.git#sockjs'
  • Using it with npm
$ npm install 'https://github.com/stomp-js/ng2-stompjs.git#sockjs' --save

Usage instruction at: https://github.com/stomp-js/ng2-stompjs/blob/sockjs/SockJS.md and a sample
project at https://github.com/stomp-js/ng4-stompjs-demo/tree/sockjs

from ng2-stompjs.

ganeshkantu avatar ganeshkantu commented on August 25, 2024

Awesome. I am testing with this. Will revert back with issues if any.

from ng2-stompjs.

Igor-G avatar Igor-G commented on August 25, 2024

Is there a possibility this branch to be merged to master soon? We are in need of it and we have a very similar setup (Spring STOMP websocket)

from ng2-stompjs.

kum-deepak avatar kum-deepak commented on August 25, 2024

Waiting for someone to confirm that it works, please let me know if you have tested and found working.

from ng2-stompjs.

be4code avatar be4code commented on August 25, 2024

We are using version from SockJS branch and it works properly :)

from ng2-stompjs.

kum-deepak avatar kum-deepak commented on August 25, 2024

Merged into master and updated documentation. Will push the npm bundle soon.

from ng2-stompjs.

kum-deepak avatar kum-deepak commented on August 25, 2024

Published to npm and taggeg in github.

from ng2-stompjs.

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.