Giter VIP home page Giter VIP logo

lumi's People

Contributors

0xflotus avatar amirmghanem avatar github-actions[bot] avatar matheusfelipeog avatar tanmoysrt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lumi's Issues

Add supports for `application/x-www-form-urlencoded` and `multipart/form-data` types

Currently, Lumi accepts only application/json. It's best because the data type doesn't convert to string when reached to the server.
But in some special cases, we may need application/x-www-form-urlencoded and multipart/form-data ,

So we are going to enable these options and the user will have the option to define the type of arguments so that Lumi can auto-cast the arguments before sending them to the function.

lumi doesn't work on Windows

Gunicorn doesn't support Windows which restricts also lumi framework.
Maybe there should be considered any other WSGI server implementation, e.g. waitress which works well on other OSes?

Support for File

Currently, Lum supports communication over JSON only.
But in real life, we need to upload files and also download files from Server. So we will bring that support

Tasks -

  • **Send File To Client: ** Any function can return an instance of a file from any function. In the backend, we need to check the return type and if that is file, need to set the appropriate headers and send the file
  • Receive File From Client: : To start work on this feature set, we need to first complete this issue #8 . After then we can work on this. When the file will receive we will cast it to file and pass it to function

Create LOG

is there any simple way to create simple loggong mechanism per function?

GET Or PUT Methods

first of all i like the idea of the project.
how do you deal with method types?

Json Encoding Problem

Everytime i`m running API CURL get error: {"exit_code": 1, "status_code": 400, "result": "", "error": "Failed to decode JSON"}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.