Lots of ways. You probably would want to put the data in a database. So you would need to have a daemon running listening for the data, potentially filtering, or security checking it resp and putting into the database. The webserver itself would read from the database (e.g. PHP) and displaying it.
As your question is just very generic it's hard to be any more specific in a response