Skip to content

Mattchewone/realtime-canjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realtime demo with canjs

Demo using feathersjs channels to filter realtime data.

Getting started in development

To install all dependencies, (e.g. after cloning it from a Git repository) run

Terminal 1 (Client)

cd canjs-app
npm i
npm start

Terminal 2 (Server)

npm i
npm start

Visit localhost:8080 to see the CanJS app

## Production build (served by feathers)

npm run build
npm start

This will build the CanJS app and put it into the root public folder which will be server by FeathersJS