@verdant-web/s3-file-storage

1.0.18 • Public • Published

verdant server

This server is designed to sync data from clients. That includes replication between clients and realtime updates, including presence.

The server includes flexibility of transport - using either websockets or push/pull HTTP requests. To do this cleanly, the concept of a clientKey is employed. Each client connection (socket or individual request) is assigned a key and added to a collection (based on its associated library). When the server responds to a client, abstractly, it submits that response to the client's key. The connection management code then either sends that response as a socket message, or includes it in the HTTP response.

Readme

Keywords

none

Package Sidebar

Install

npm i @verdant-web/s3-file-storage

Weekly Downloads

76

Version

1.0.18

License

none

Unpacked Size

8.78 kB

Total Files

7

Last publish

Collaborators

  • a-type