-
-
Notifications
You must be signed in to change notification settings - Fork 761
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
SockJS provider #20
Milestone
Comments
Merged
daffl
pushed a commit
that referenced
this issue
Aug 21, 2018
daffl
pushed a commit
that referenced
this issue
Aug 21, 2018
daffl
added a commit
that referenced
this issue
Aug 21, 2018
daffl
added a commit
that referenced
this issue
Aug 21, 2018
daffl
added a commit
that referenced
this issue
Aug 22, 2018
daffl
added a commit
that referenced
this issue
Aug 22, 2018
daffl
added a commit
that referenced
this issue
Aug 22, 2018
daffl
added a commit
that referenced
this issue
Aug 23, 2018
daffl
pushed a commit
that referenced
this issue
Aug 25, 2018
* adding some more dependencies * adding command to run example * making mocha tests recursive * adding better instructions * converting tests over to chai expect syntax * removing feathers-memory dependency * making index file a service object * adding an example app * swapping lodash for object.assign polyfill * removing peer dependency * adding package decription by default * moving npm start command to correct package.json * updating dependencies * updating index.js file and adding another test * updating example app * adding example to generated README * use const instead of var * removing deprecated reference to test utils * updating npm start command * making plugin work out of the box with example app
daffl
added a commit
that referenced
this issue
Aug 28, 2018
* chore(package): update chai to version 4.0.2 Closes #19 * Use latest sinon-chai
daffl
pushed a commit
that referenced
this issue
Aug 28, 2018
daffl
pushed a commit
that referenced
this issue
Aug 28, 2018
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
* Update passport.js * Update passport.js * Update passport.js
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
Converting user model to object when using mongoose service
daffl
added a commit
that referenced
this issue
Aug 29, 2018
* chore(package): update chai to version 4.0.2 Closes #19 * Use latest sinon-chai
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
* Update passport.js * Update passport.js * Update passport.js
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
Converting user model to object when using mongoose service
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to have a SockJS-based provider available. It's kinda like socket.io but more websocket-y.
The text was updated successfully, but these errors were encountered: