Introducing “Discuss” — A serverless forum software

Philipp Muens
1 min readMay 10, 2016

Forums are one of the best ways to discuss specific topics and share knowledge. Everyone knows the big players such as vBulletin, phpBB or Discourse.

You can easily download the forum software, spin up a server, upload and install it there and start discussing.

But we are serverless developers, right? Why don’t we implement our own forum software which is based on the serverless architecture and scale infinitely without going bankrupt?

What’s “Discuss”

I want to share with you a new Open Source project which does just that. It’s called “Discuss” and it’s a mixture of traditional forum softwares and concepts taken from websites such as Reddit, Digg or HackerNews.

Live demo

Where can I find the source code?

Here’s the link to the GitHub repository:
https://github.com/justserverless/discuss

What technologies were used?

The application was written with the help of Node.js, ES2015, DynamoDB, GraphQL, React and Redux. You may read along the commits to see the step-by-step process the application was developed.

What’s the underlying architecture

This project is heavily influenced by the Serverless GraphQL blog and the Serverless GraphQL boilerplate.

The application exposes one single endpoint you can send your GraphQL queries against via POST. Just one Lambda function is used to handle the logic. You may want to read here why this architecture is absolutely awesome.

Join the fun!

You’re greatly invited to contribute! Just open up issues or PRs so that we can enhance this software and make it better!

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Philipp Muens
Philipp Muens

Written by Philipp Muens

👨‍💻 Maker — 👨‍🏫 Lifelong learner — Co-creator of the Serverless Framework — https://philippmuens.com

Responses (2)

Write a response

how does a search engine index a forum like this?

--

Request you to please check https://github.com/bluenimble/serverless/
Please don’t forget to give us a Star.

--