Socket
Socket
Sign inDemoInstall

sockit

Package Overview
Dependencies
50
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sockit

A session persistence and syncing framework.


Version published
Weekly downloads
0
Maintainers
1
Install size
13.8 MB
Created
Weekly downloads
 

Readme

Source

SOCKIT

image:https://travis-ci.org/aetheric/sockit.svg?branch=master["Build Status", link="https://travis-ci.org/aetheric/sockit"]

This project is designed to create a database that synchronises client session data with a configured websocket host asynchronously. This allows an angular application to be built entirely off html5 local and session storage technology, and means that the client data can be kept up-to-date at all times. User requests are handled as session-scoped queues, and therefore support offline web-application functionality.

=== Entity

A document indexed by id controlled by the server.

=== Collection

An array of entity ids controlled by the server.

=== Form

A form object controlled by the client.

=== Comment

A comment on a form or form field controlled by the server.

=== Action

An action to be executed on the server. Controlled by the client.

Keywords

FAQs

Last updated on 12 Jul 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc