Chi Wang 2d6c8c012b
version update (#2908)
* version update

* version update
2024-06-10 18:23:51 +00:00
..
2024-06-10 18:23:51 +00:00
2024-04-08 13:03:05 +00:00
2024-04-08 13:03:05 +00:00

Using websockets with FastAPI and AutoGen

Running the example

  1. Navigate to the directory containing the example:

    cd samples/apps/websockets
    
  2. Install the necessary dependencies:

    ./setup.py
    
  3. Run the application:

    uvicorn application:app --reload
    

You should now be able to access the application in your web browser at http://localhost:8000.