Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Allow to instantiate a client instance #11

Merged
merged 1 commit into from
Feb 11, 2016
Merged

Allow to instantiate a client instance #11

merged 1 commit into from
Feb 11, 2016

Conversation

daffl
Copy link
Member

@daffl daffl commented Feb 11, 2016

This allows to instantiate a standalone client service like:

const socketio = require('feathers-socketio/client');

const todoService = socketio(socket).service('todos');

Also throws an error when configured twice on the client.

daffl added a commit that referenced this pull request Feb 11, 2016
Allow to instantiate a client instance
@daffl daffl merged commit 9a0981e into master Feb 11, 2016
@daffl daffl deleted the instantiate-client branch February 11, 2016 03:09
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant