We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f84215 commit 9403031Copy full SHA for 9403031
1 file changed
content/pages/examples/flask/flask-code-examples.markdown
@@ -41,6 +41,17 @@ flask-base's code is open sourced
41
[under the MIT license](https://github.com/hack4impact/flask-base/blob/master/LICENSE.md).
42
43
44
+### FlaskBB
45
+[FlaskBB](https://github.com/flaskbb/flaskbb)
46
+([project website](https://flaskbb.org/)) is a [Flask](/flask.html)-based
47
+forum web application. The web app allows users to chat in an open
48
+message board or send private messages in plain text or
49
+[Markdown](/markdown.html).
50
+
51
+FlaskBB is provided as open source
52
+[under this license](https://github.com/flaskbb/flaskbb/blob/master/LICENSE).
53
54
55
### Flasky
56
[Flasky](https://github.com/miguelgrinberg/flasky) is the wonderful
57
example application by
0 commit comments