Skip to content

A very simple javascript that allows you to implement data points that will update itself either via AJAX or using a WebSocket.

License

Notifications You must be signed in to change notification settings

JonTDev/ShellDOM

Repository files navigation

ShellDOM

Summary

The idea here is to submit JSON to the main function. This function will then add events to the JSON and so that as you update that object it will also take your targets and update them as it is receiving the JSON. So as the new data comes in you simple just need to update the JSON to re-update the fields. This can be done using DOM Elements, Web Sockets, or even AJAX.

TODO

  • Main Concept
  • Two way data DOM Element to update the JSON and vice versa.
  • Web Socket update Method
  • AJAX update Method
  • Templates for data I.E. multiple rows of data.

Server Configuration

  • Node JS
    • Express
    • Mongoose
    • Pug
    • Mongoose-SimpleDB
    • Socket IO
  • UIKit
  • Vanilla JS

About

A very simple javascript that allows you to implement data points that will update itself either via AJAX or using a WebSocket.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published