python ircd using asyncio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
131 B

  1. # paircd
  2. a **P**ython **A**synchronous **IRC** **D**aemon
  3. ## setup
  4. ```
  5. $ poetry install
  6. ```
  7. ## run
  8. ```
  9. $ poetry run server
  10. ```