Skip to content
View ahopkins's full-sized avatar

Highlights

  • Pro

Organizations

@celery @conda-forge @encode @sanic-org @the-benchmarker
Block or Report

Block or report ahopkins

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ahopkins/README.md
class Adam:
    work = PacketFabric("Vice President of Software Engineering")
    oss = Sanic("Core Maintainer")
    home = Israel("Negev")

    async def run(self, inputs: Union[Pretzels, Coffee]) -> None:
        while True:
            await self.work.do(inputs)
            await self.oss.do(inputs)
        
    def sleep(self):
        raise NotImplementedError

Pinned

  1. sanic-org/sanic sanic-org/sanic Public

    Accelerate your web app development | Build fast. Run fast.

    Python 17.7k 1.5k

  2. sanic-jwt sanic-jwt Public

    Authentication, JWT, and permission scoping for Sanic

    Python 239 52

  3. mayim mayim Public

    The *NOT* ORM hydrator

    Python 90 7

  4. PacktPublishing/Python-Web-Development-with-Sanic PacktPublishing/Python-Web-Development-with-Sanic Public

    Python Web Development with Sanic, published by Packt

    Python 71 32

  5. Sanic websocket feeds - v3 Sanic websocket feeds - v3
    1
    # Sanic Websockets Feeds v3
    2
    
                  
    3
    This is an example of how to build a _distributed_ websocket feed. It allows for horizontal scaling using Redis as a pubsub broker to broadcast messages between application instances.
    4
    
                  
    5
    This is the third version of websocket feeds. It is built with Sanic v21.9+ in mind. Older versions:
  6. Sanic as Svelte development server Sanic as Svelte development server
    1
    # Sanic as Svelte development server
    2
    
                  
    3
    The purpose of this gist is to show how Sanic can be used as a development server for a frontend JS framework. In this example we are running a Svelte app with `rollup`, but the same idea could be applied to any other frameworks JS build tools.
    4
    
                  
    5
    Run with: