Giter Club home page Giter Club logo

blacksheep-examples's Introduction

BlackSheep-Examples

Various examples for BlackSheep.

Example Description
./testing-api/ Shows how to test a BlackSheep API using pytest and the provided TestClient (see also testing).
./piccolo-admin/ Shows how to use the mount feature to use Piccolo Admin in BlackSheep.
./jwt-validation Shows how to configure a BlackSheep API that uses JWTs to implement authentication and authorization for users.
./oidc Shows how to configure a BlackSheep app to use OpenID Connect and integrate with: Azure Active Directory, Auth0, Google, or Okta.
./aad-machine-to-machine Shows how to configure an API that requires access tokens issued by Azure Active Directory, and how to obtain access tokens using MSAL for Python for a confidential client (machine to machine communication).
./oauth2-password-provider Shows an implementation of OAuth2 Server with password authentication.
./websocket-chat Shows how to use WebSocket with BlackSheep, the example consists of a simple chat application built using WebSocket and VueJS.
./proxy-1 Shows how to create a proxy server with BlackSheep, to proxy all requests to a back-end, and return responses from that back-end. (Proxying to a Flask back-end).
./proxy-2 Shows how to create a proxy server with BlackSheep, to proxy all requests to a back-end, and return responses from that back-end. (Proxying to a BlackSheep back-end).
./max-body-size Shows a way to control the maximum body size when reading requests streams.
./long-polling Shows an example of long polling implemented using BlackSheep.
./server-sent-events Shows a basic example of how to use Server-sent events with BlackSheep (>=2.0.6).

blacksheep-examples's People

Contributors

klavionik avatar robertoprevato avatar tyzhnenko avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

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.