0.1.20 • Published 6 years ago

aquameta v0.1.20

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.8

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago