anonstream/anonstream
n9k 7dbcd43f30 Logicaler project structure, see rest of commit message
Incoming requests are handled in anonstream/routes/. Route handlers
mainly depend on files in anonstream/, which in turn depend on files in
anonstream/helpers/ and anonstream/utils/. Utils are pure functions and
helpers are almost pure functions; they don't mutate state but they
do depend on the global app config.
2022-02-17 13:30:09 +13:00
..
helpers Logicaler project structure, see rest of commit message 2022-02-17 13:30:09 +13:00
routes Logicaler project structure, see rest of commit message 2022-02-17 13:30:09 +13:00
static Add css rules for hiding chat 2022-02-17 13:30:09 +13:00
templates Add css rules for hiding chat 2022-02-17 13:30:09 +13:00
utils Logicaler project structure, see rest of commit message 2022-02-17 13:30:09 +13:00
__init__.py Logicaler project structure, see rest of commit message 2022-02-17 13:30:09 +13:00
chat.py Logicaler project structure, see rest of commit message 2022-02-17 13:30:09 +13:00
segments.py Initial noscript markup for chat form & stream info 2022-02-14 23:16:09 +13:00
stream.py Initial noscript markup for chat form & stream info 2022-02-14 23:16:09 +13:00
user.py Logicaler project structure, see rest of commit message 2022-02-17 13:30:09 +13:00
websocket.py Logicaler project structure, see rest of commit message 2022-02-17 13:30:09 +13:00
wrappers.py Nojs chat, store all user names/colors in js, forget about inactive users 2022-02-17 13:30:05 +13:00