Jomy10 / PureSwift

A website listing packages that are written in pure Swift, or work in pure Swift (e.g. work on any platform).
https://pureswift.herokuapp.com/
MIT License
1 stars 1 forks source link

Added search functionality #19

Closed Jomy10 closed 2 years ago

Jomy10 commented 2 years ago

Search has been implemented using fuse-swift. The search functionality uses a websocket to stream results as they are found to the user, supporting lots of results to be delivered fast.