Wykres commitów

60 Commity (main)

Autor SHA1 Wiadomość Data
Ciro 3afb7ec2f2 fix several bugs, segfault and memory leak 2023-03-19 13:18:29 -03:00
Ciro e0e28263f5 more WSGI stuff 2023-03-14 15:31:40 -03:00
Ciro 23f6e26d26 fix forks 2023-03-12 16:08:54 -03:00
Ciro f006601588 update graphql helper 2023-03-10 12:36:29 -03:00
Ciro a340dda35b fix formdata helper example 2023-03-09 07:17:18 -03:00
Ciro ed8b0eec3a add form_data example 2023-03-09 07:15:28 -03:00
Ciro 3fd00f3c4a fix HTTPS 2023-01-21 13:43:48 -03:00
Ciro c119755e27 fix router and update uWebSockets again 2023-01-18 17:17:59 -03:00
Ciro 80ecca83af fix router and update uWebSockets again 2023-01-18 17:17:50 -03:00
Ciro ce75cbb871 fix on shutdown and adds app.on_error 2023-01-09 16:51:27 -03:00
Ciro 6ae34c3b77 fixes, json serializer, wip extensions 2023-01-06 16:11:19 -03:00
Ciro 83c8cc7258 update to uWebSockets v20.35.0 2023-01-05 09:01:05 -03:00
Ciro 5276608608 merge fix typos 2022-12-09 11:14:29 -03:00
Ciro 509ff05ad4 static cork and set_cookie fixes, some cli progress 2022-12-09 11:12:22 -03:00
Ciro 7c623703b1 first cli.py and some improvements 2022-12-07 09:38:42 -03:00
Kian-Meng Ang fb5f9e683f Fix typos
Found via `codespell -S .mypy_cache -L falsy`
2022-12-06 10:44:58 +08:00
Ciro e2b9c8a969 fix ws.close #41 thanks @seanr3 2022-12-01 07:57:14 -03:00
Ciro 3fe7e17ca0 use BytesIO instead of chunks array 2022-11-30 08:56:27 -03:00
Ciro 8cce143d96 add logging example and remove print to use proper logging in socketify.py and loop.py 2022-11-29 11:14:20 -03:00
Ciro 578a964890 initial docs, still incomplete but is a lot 2022-11-17 18:36:01 -03:00
Ciro 9c8ecc60ee close last chat connection 2022-11-17 12:22:08 -03:00
Ciro 8341de023e auto chat if logged in 2022-11-17 11:55:26 -03:00
Ciro 9c0fea5240 Merge branch 'main' of https://github.com/cirospaciari/socketify.py 2022-11-17 11:03:44 -03:00
Ciro 0bcee69d21 bug fixes and chat example 2022-11-17 11:03:38 -03:00
Ciro Spaciari 3cdcb7702c
Update requeriments.txt 2022-11-17 06:29:10 -03:00
Ciro 021dda7d2a use black as code formatter 2022-11-16 16:28:46 -03:00
Ciro b380456fdc remove unnecessary async from template examples 2022-11-16 09:29:33 -03:00
Ciro d589d8b9f1 add preserve to clone info in AppRequest 2022-11-16 09:20:27 -03:00
Ciro 84d849172d add Template support with mako and jinja2 examples 2022-11-16 09:02:41 -03:00
Ciro 0b2908446c added MiddlewareRouter and moved it to helpers 2022-11-16 08:06:26 -03:00
Ciro 976c22f02f add some comments 2022-11-15 10:44:44 -03:00
Ciro 29cafd0414 add mutations to graphiql 2022-11-15 10:30:01 -03:00
Ciro e000162277 add graphiql helper 2022-11-15 10:17:09 -03:00
Ciro 0ed62ed134 add graphiql preliminar example 2022-11-15 10:04:55 -03:00
Ciro 376b087e86 add offical helper for middlewares 2022-11-15 09:36:07 -03:00
Ciro c40b056433 rename middleware with async, sync and auto 2022-11-15 09:22:09 -03:00
Ciro e6d67a7f2b fix middleware with mixed async and sync 2022-11-15 09:21:03 -03:00
Ciro 6536c6a63b add cork to middleware with mixed async and sync 2022-11-15 09:16:26 -03:00
Ciro 7ed7325d25 fix middleware with mixed async and sync 2022-11-15 09:11:33 -03:00
Ciro 4bf88f436d add another example of mixed middleware (sync and async) 2022-11-15 09:00:37 -03:00
Ciro 70746cec44 fix static 2022-11-14 16:42:15 -03:00
Ciro 1131aad082 remove broken import 2022-11-14 16:38:05 -03:00
Ciro 8ae98364c0 add one form of preserving query strings in req and also add some examples 2022-11-14 13:24:35 -03:00
Ciro 48e92f600e just some parameter changes in middleware async 2022-11-14 12:51:01 -03:00
Ciro 87abd89f7d an example of using high-order functions as middlewares sync and async 2022-11-14 12:46:53 -03:00
Ciro 8e3e2e4180 added build solution for alpine 2022-11-09 18:36:53 -03:00
Ciro be5cea93d8 arch docker test and alpine test 2022-11-09 10:13:17 -03:00
Ciro a1134dc914 add graph 2022-11-08 10:07:18 -03:00
Ciro 8796194a2c add more examples and fixes 2022-11-08 07:44:16 -03:00
Ciro a40d598263 fixes, examples and binary update 2022-11-08 07:17:51 -03:00