I read a lot about Celluloid and I'm trying to find out if I can use it for my project and what setup I should choose.
I would like to:
* Push JSON data to a server using TCP or UDP
* Store the data in a database
* Stream the data via Websockets to clients
I hope you can guide me into the right direction.
Thanks a lot.