AgregoreWeb / agregore-browser

A minimal browser for the distributed web (Desktop version)
https://www.youtube.com/watch?v=TnYKvOQB0ts&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=14
GNU Affero General Public License v3.0
748 stars 66 forks source link

New Protocol: Gopher #132

Open RangerMauve opened 2 years ago

RangerMauve commented 2 years ago

There's been some folks asking about gopher:// support in Agregore.

To make that possible we'll need the following:

If anyone would be interested in taking this on I'd be more than happy to help with guidance and to review PRs. 🎉

johanbove commented 2 years ago

Some work was done by Matt1 in this project: https://github.com/matt1/gopher-browser and this project is using this Deno library: https://deno.land/x/gopher@v0.0.14-alpha

Perhaps that could be integrated somehow.

RangerMauve commented 2 years ago

Sweet, always cool to see more experimental browsers going around. 😁

Hmmm, sadly deno would be hard to integrate with Agregore since it's Node.js based. 🤔

Are there any node.js gopher libraries that could be used?