Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samael500/aiochat
Simple asyncio chat
https://github.com/samael500/aiochat
aiohttp async chat websockets
Last synced: 2 months ago
JSON representation
Simple asyncio chat
- Host: GitHub
- URL: https://github.com/samael500/aiochat
- Owner: samael500
- License: mit
- Created: 2017-04-09T19:08:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T08:22:33.000Z (over 7 years ago)
- Last Synced: 2024-10-04T16:15:17.894Z (3 months ago)
- Topics: aiohttp, async, chat, websockets
- Language: Python
- Homepage: https://maks.live/articles/python/prostoi-chat-na-aiohttp/
- Size: 14.2 MB
- Stars: 14
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Simple asyncio chat
===================Simple async websocket chat written on python [aiohttp](http://aiohttp.readthedocs.io/en/stable/)
About blog post `ru` [Простой чат на AioHTTP](https://maks.live/articles/python/prostoi-chat-na-aiohttp/)
### Try it yourself
With [Vagrant](https://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads)#### Pre Requirements
```shell
$ sudo apt-get install fabric
$ vagrant plugin install vagrant-fabric
```#### Run project
```
$ git clone [email protected]: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 ;)