This is NodeJS + Cloud Foundry + Redis + WebSocket chatroom.
cf create-service rediscloud 25mb redis
cf create-service cloudamqp lemur rabbitmq
cf push
https://cf-chat-websocket-${random-word}.cfapps.io
- RabbitMQ as Message Queue
- Redis for persistent data
- Mulitple chatroom
- Push Notification
- iOS Client App