feathers-chat icon indicating copy to clipboard operation
feathers-chat copied to clipboard

A Feathers real-time chat application

Results 38 feathers-chat issues
Sort by recently updated
recently updated
newest added

clear install app will return ReferenceError: feathers is not defined

### Steps to reproduce Check out the project and run the tests more than once. I am observing this issue on a windows 10 machine with node v14.18.1. Tests are...

This commit allows running for example just: npm test -- -g 'authentication' instead of the previously needed: npm test -- -- -- -g 'authentication' since each npm run consumes one...

feathers-chat fd729a47c57f9e6170cc1fa23cee0c84a004feb5 Ubuntu 20.10 Node 14.60.0 Chromium 89.0.4389.90 clone then: ``` npm install npm start ``` visit http://localhost:3030/ enter: - email: `a@a` - password `a` and click "Sign up and...

I was experimenting a little to see how much is provided in the out of the box authentication middleware. I noticed that the chat app allows any authenticated user to...

Hello, First of all, this is a great framework, and i like this example. But i'd be nice if a private chat is implemented with it (if possible). tnx.

Currently we need to hook into the socket to mark as user online when: - They connect & authenticate and offline when: - When the socket disconnects - When they...

Backlog

Hi, first of all thanks for this great example. I would ask if possible, if someone can tell me how to make possible that if a user disconnects the number...

### Steps to reproduce 1. Pull repo 2. Go into `./typescript-api` and run `npm install` 3. Go into `./react-chat` and run `npm install` 4. Running `npm start` for the react...

Reproduction: [stackblitz sandbox](https://stackblitz.com/edit/feathers-chat?file=src%2Fservices%2Fmessages%2Fmessages.schema.ts%3AL5,tsconfig.json,src%2Fservices%2Fusers%2Fusers.service.ts%3AL5,package.json%3AL18,tsconfig.node.json%3AL5) git repo: https://github.com/feathersjs/playground/tree/main/vite-chat Modules are well supported everywhere that matters since TypeScript 4.7. There are no hard hurdles, just lots of tedious stuff that would get missed...