Skip to content

Oless-N/aiohttp_blank_server

Repository files navigation

aoihttp_blank_api

Blank app of aiohttp framework

#Tasks:

Make a simple application that will represent a simplified version of the terminal for processing user-entered data. At the entrance from the client a certain sequence of data from the user, for example. {"name": "Bob"; "age": 27; "city": "Oakland"; } The server must receive a sequence, save it to the database and with a delay of 10 seconds return the response to the client that the data has been saved and processed. Use python3, aiohttp, mysql.

#Завдання:

Написати простенький апплікейшн, який буде представляти спрощену версію терміналу для обробки внесених користувачем даних. На вхід з клієнта надходить якась послідовність даних від користувача, напр. {"Name": "Bob"; "Age": 27; "City": "Oakland"; } Сервер повинен послідовність отримати, зберегти в бд і з затримкою в 10 сек повернути відповідь клієнту про те, що дані збережені і оброблені. Використовувати python3, aiohttp, mysql.

https://github.com/cr0hn/aiohttp-swagger/tree/master/examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages