Skip to content

Vuex backend using Mongo over a Socket.io connection to a Koa server.

Notifications You must be signed in to change notification settings

rafleon/sessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sessions

A reactive, persistent, shared grocery shopping list.

This web app combines Vuex, Socket.io, Mongo, Koa.

Getting Started

$ npm install
$ npm start

Open up a few desktop browsers and a mobile browser and navigate to port 3000.

Add and remove items in one browser and watch the others update instantly!

Changes are saved to disk with Mongo.

TODO:

  1. Add CSS to make it more aesthetic.
  2. Add koa-passport support.

About

Vuex backend using Mongo over a Socket.io connection to a Koa server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published