/feathers-mongodb-socket-jwt

Simple realtime chat application using Feathersjs, mongodb, sockets and jwt auth

Primary LanguageCSSMIT LicenseMIT

feathers-chat

Demo application to test feather's packages and capabilities with real-time

It uses feathers-sync package to synchronize service events with publish/subscribe to scale real-time APIs

It is build on https://github.com/feathersjs/feathers-chat and vanilaJS as frontend framework

  1. Make sure you have NodeJS, Redis and MongoDB installed.

  2. Install your dependencies

    cd feathers-chat
    npm install
    
  3. Start your app

    npm start
    
  4. 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.