Skip to content

carlosmaniero/asyncio_server

Repository files navigation

Async Server

This simple application use the asyncio.start_server.

Requirements

This application use Python 3 and asyncio module. To install requirements, use the follow command:

$ pip install -r requirements.txt

Running

To run the application, execute the users.py file:

$ python users.py

Tests

Running the application and run the tests using pytest command:

$ py.test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages