2021-01-07 16:48:14 -06:00
|
|
|
|
|
|
|
Overview
|
|
|
|
========
|
|
|
|
|
2022-11-19 21:46:13 -06:00
|
|
|
`Tailbone`_ is the Python package which provides most of the web layer
|
|
|
|
for the Rattail Project. In particular it includes the foundations for:
|
|
|
|
|
|
|
|
.. _Tailbone: https://pypi.org/project/tailbone/
|
|
|
|
|
|
|
|
* main web app, traditional server-side (see :doc:`mainapp/index`)
|
|
|
|
* web API for use with client-side apps (see :doc:`webapi`)
|
|
|
|
|
|
|
|
`byjove`_ is the Javascript package which provides "some" of the
|
|
|
|
components etc. for use with client-side "single-page" apps (see
|
|
|
|
:doc:`spa`)).
|
|
|
|
|
|
|
|
.. _byjove: https://www.npmjs.com/package/byjove
|