Coder Social home page Coder Social logo

webapps's People

Contributors

kylegalvin avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

webapps's Issues

Publish / Subscribe pattern

create a publish subscribe pattern where client widgets can subscribe to server-side data model changes. This will be a major step forward in real-time client synchronization.

socket.io session management

the server should keep track of socket sessions, and relate them to the relevant user id in the system (if the session user is logged in)

TDD (Test Driven Development) Runner + Code Coverage

Basic regression testing across the major architectural components is a good idea. The project is at a point where the API is stable enough to write some tests.

Also, now some of the widgets will need to be hooked into the new framework. No better time for this then while rewiring it all.

create image database table

decide on necessary table columns. add table through the bookshelf.js / knex plugins in the node server side db.

Authentication

Server-side authentication module includes:
users table,
socket.io session binding on login,
client-side login widget

canvas layout

the map widget must embed image tiles along the side of the canvas like a 'brushes' tool

server side dispatcher plugin architecture

the server side dispatcher is an abstraction that takes commands and dispatches them to various workers. Adding all the possible workers into the dispatcher is too coupled and rigid. we need a modular plugin architecture that allows the dispatcher to import the desired functionality.

this may involve adding a plugin name space we can use as a calling convention

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.