retoor d5935fcc4d feat: add requests dependency, linkify/py3 jinja2 extensions, and message word-wrap css
Add `requests` to project dependencies in pyproject.toml. Register `LinkifyExtension` and `PythonExtension` from new `snek/system/template.py` module in the application's jinja2 environment. Apply `max-width: 100%`, `word-wrap`, `overflow-wrap`, and `hyphens` to `.message` class in base.css. Wrap message template content in `{% linkify %}...{% endlinkify %}` tags to auto-convert bare URLs to clickable links with `target="_blank"`, `rel="noopener noreferrer"`, and `referrerpolicy="no-referrer"`.
2025-01-29 17:12:22 +00:00

Snek

Slack like chat application with focus on performance

This is a slack like chat application with focus on performance. Other slack-like applications became too heavy. My RocketChat just had an 'frontend' crash. Just an error from the system itself like it's the most normal thing in the world.

Running

At this point, there's nothing officially running but what you can do:

  • Install the project: make install
  • Run part of the project: ./venv/bin/python -m snek.app
  • Run other part of the project: ./venv/bin/python -m snek.models
S
Description
Chat for snek people made by snek people.
Readme
58 MiB
Languages
Python 51.8%
HTML 28%
JavaScript 15.5%
CSS 4.6%