Just launched a simple site that uses ES .. so far so good

I have a simple card game site setup, and things are looking good.

Azure VM’s

1 ubuntu running ES

1 windows VM (IIS / ASP.NET)

the site and a small service are subscribed to the all stream.

the service pumps messages into a relational Db, while the site pushes them back to the user (SignalR) for a real time experience.

I can go into more detail if anyone wants it.

Hi John,

Sounds cool, show us the codez!

Thanks,

Joao

I’ll work up some blog posts, so I can show code and other artifacts.

BTW: The site is https://informationflowsbackwards.com

Its a pretty simple card game, the game itself uses ES, while things like site statistics and player history come from SQL.