Does or does not Infura support websocket? I'm confused

wss://mainnet.infura.io/_ws - does that work or should I go ahead with own ethereum node?

more specifically am I not allowed createFilter on mainnet?

Hi,

We recommend using wss://mainnet.infura.io/ws as we plan on deprecating wss://mainnet.infura.io/_ws in the near future. Filter support is only available on our websocket endpoint and is working (I just created a ‘eth_newBlockFilter’ filter on wss://mainnet.infura.io/ws successfully)

That actually works for me!
Yipeee!

Btw, check out what I have coded, it’s called a https://cryptodice2.win :slightly_smiling_face:
100% open souce, can be seen on github. :slight_smile:

Let me know what your thoughts are. Thank you.