0.1.20 • Published 5 years ago

aquameta v0.1.20

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

What can node-aquameta do?

Everything that the uwsgi currently does in Aquameta

Receives an http request and performs:

  • a page query
  • a datum query
  • apply auth middleware
  • return binary
  • open/close socket connections and through this: -- performs a datum query -- pass on notify's A script query will be added to the spec

The Datum API

The datum API server-side Which is packaged and delivered client-side for the same usage

The Widget API

Dynamic widget fetching/rendering Extensible so that other front-end architectures can be implemented

Babel transpiling

Transpile all code for ES6 syntax This will have to happen everywhere bundle_javascript is called

  • Page query, script query, widget query

In Database

Page query, script query, and widget query will all actually be run through bundle_javascript function

bundle_javascript function

Follows import statements and converts them to ES6 Evaluates export statements In fine, this will be a javascript compiler that is only interested in import/export statements

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.8

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago