Skip to content

cranium/pipedream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipedream

A Python3 asyncio based websocket library

Usage:

Extend WebSocketHandler and override these functions:

  1. on_connect
  2. recv
  3. send
  4. close
  5. on_close

Pass the extended WebSocketHandler to WebSocketServer.start and start up your event loop

This library is in early phase development

About

A Python3 asyncio based websocket library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages