Skip to content

Saravanan9219/ASGISimpleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ASGI App

I created this to try out ASGI https://github.com/django/asgiref/blob/master/specs/asgi.rst

The app has two urls:

/get params - key This get the value of the key from the redis

/set params - key, value This sets the value of key from the redis

Note: This assumes redis is running locally at default port

This can be run by uvicorn --port <port> asgi_app:ASGIApplication (uvicorn needs to installed.)

About

Simple Application based on ASGI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages