express.oi icon indicating copy to clipboard operation
express.oi copied to clipboard

Realtime-web library, based on express and socket.io

Results 11 express.oi issues
Sort by recently updated
recently updated
newest added

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...

greenkeeper

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...

greenkeeper

Is there a typescript implementation for this lib?

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...

greenkeeper

Hello lovely humans, [express-socket.io-session](https://www.npmjs.com/package/express-socket.io-session) just published its new version 1.3.2. State No tests :warning: Dependency express-socket.io-session New version 1.3.2 Type dependency This version is **covered** by your **current version range**,...

greenkeeper

Hello lovely humans, [lodash](https://www.npmjs.com/package/lodash) just published its new version 4.17.4. State No tests :warning: Dependency lodash New version 4.17.4 Type dependency This version is **covered** by your **current version range**,...

greenkeeper

Not a bug, just a question. Do you have any advice writing a set of unit tests for a server based on express.oi? [I have a server](https://github.com/spamguy/diplomacy/blob/master/server/server.js) whose structure very...

In the below code (WebsocketAPI -> getDevices) when I emit the payload(res.socket.emit(payload)) it works fine when I have just one client attached. When I have another client, only one of...