ipfs-shipyard / ipfs-pubsub-room-demo

IPFS Pubsub room demo
MIT License
53 stars 21 forks source link

Does this demo need converting to ESM #15

Open javaspeak opened 1 year ago

javaspeak commented 1 year ago

Hi achingbrain

Does this demo need converting to ESM?

It has require in the code?

I am a bit of a newbee - it seems the instructions want to use browserify. I do not think browserify works with the import / export bit of ESM?

Are we supposed to use aegir like it is used in the tests of ipfs-pubsub-room ?

Thank you

JD