##Building A Realtime Message Board with Stamplay and Pusher
We will use the Stamplay platform to build a fully featured realtime message board. In this tutorial we will :
- Send a welcome email when a user signs up.
- Allow users to login/signup with Github.
- Allow users to post new messages.
- Update users messages realtime using the Pusher API with Stamplay.
To get started, make sure you have the following. Don't worry they all have a free account.
- A Stamplay account.
- A Github account.
- A Pusher API account.
Alright! Lets build our realtime message board!
For the full tutorial check out the full post on our blog here.