rob-blackbourn / bareASGI

A lightweight Python ASGI web server framework
https://rob-blackbourn.github.io/bareASGI/
Apache License 2.0
30 stars 1 forks source link

A comprehensive tutorial of building apps with bareasgi #1

Open auvipy opened 4 years ago

auvipy commented 4 years ago

I am going to create a monitoring app using either bareasgi or starlette. It would be greate to have a good tutorial on the internet for this new framework

rob-blackbourn commented 4 years ago

Hi @auvipy. This is long overdue. I'll write something up at the weekend.

auvipy commented 4 years ago

please do! that would be great

rob-blackbourn commented 4 years ago

Hi @auvipy. I've made a start. See here.

So much still to do. I won't close this until I've covered the majority of the functionality.

Let me know if there's something you'd like me to prioritise.

auvipy commented 4 years ago

thanks! not so bad as starter! can you add some more beyond basic REST and websocket API?

auvipy commented 4 years ago

I will use this to rewrite an open source app