##Web Messaging
This code will guide you to program a simple program to send a simple message to the web pages. The code is very to be enchanced. To use this code, you need to do following configurations.
- install the RabbitMQ.
- follow this link to accomplish the configurations of the environment.
- put the files of the frontend directory in the root folder of the web server.
- put the files under backend directory to whereever you want.
- the back end program uses the Erlang AMQP Client library, this link could guide you how to program to interact with the webpages.
If any questions, you could send me an email: [email protected].