retoor f31209da6c feat: add cProfile-based profiler with middleware and handler for performance analysis
- Introduce new profiler module in snek/system/profiler.py with middleware, handler, and context manager
- Register /profiler.html view in Application router to display profiling stats
- Wrap RPC WebSocket message handling with Profiler context manager for per-request profiling
- Remove asyncio event loop debug mode from main startup
2025-02-18 12:29:33 +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
29 MiB
Languages
Python 60.6%
HTML 19%
JavaScript 17.1%
CSS 3.2%