Skip to content

samael500/aiochat

Repository files navigation

Simple asyncio chat

Simple async websocket chat written on python aiohttp

About blog post ru Простой чат на AioHTTP

Try it yourself

With Vagrant and VirtualBox

Pre Requirements

$ sudo apt-get install fabric
$ vagrant plugin install vagrant-fabric

Run project

$ git clone git@github.com:Samael500/aiochat.git
$ cd aiochat
$ vagrant up

Example result

Open in browser http://10.1.1.111/

How to use this simple chat?

  • Login or create new user
  • Join any chat room, or create new
  • Send any text messages in room
  • Use chat commands by send message with text /help
  • Ready, you are awesome ;)