feathers-chat
Demo application to test feather's packages and capabilities with real-time
feathers-sync
package to synchronize service events with publish/subscribe to scale real-time APIs
It uses It is build on https://github.com/feathersjs/feathers-chat and vanilaJS as frontend framework
-
Install your dependencies
cd feathers-chat npm install
-
Start your app
npm start
-
Go to to browser and check link as below
http://localhost:3030/
If you want to update frontend framework here are the repos :
React
React Native
Angular
Vue
Testing
Simply run npm test
and all your tests in the test/
directory will be run.