Skip to content

cramja/aiochat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiochat

Sample app using aiohttp. Testing how it is to write an event-loop driven backend in python. So far so good.


docker-compose up --remove-orphans -d

python -mvirtualenv venv
source venv/bin/activate
pip install -r requirements.txt

export AIO_CONFIG=`pwd`/config-local.json
cd server
adev runserver

To Try

  • fancy markdown editing

    • prosemirror
    • slate
      • prism for syntax highlighting
      • autocomplete for commands see example
  • postgres for persistence

  • redis for message q

    • asyncio redis
  • AIO chat

    • intent capturing & training game

About

toy chat app using python aiohttp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published