d32bfce883
hopefully more content will come sooner than later..
18 lines
537 B
ReStructuredText
18 lines
537 B
ReStructuredText
|
|
Overview
|
|
========
|
|
|
|
`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
|