https://github.com/POPWorldMedia/POPForums
A forum application running on ASP.NET Core, available in six languages.
https://github.com/POPWorldMedia/POPForums
aspnet-core aspnetcore c-sharp community dotnet forum forum-application forum-software forums pop-forums qanda
Last synced: 3 days ago
JSON representation
A forum application running on ASP.NET Core, available in six languages.
- Host: GitHub
- URL: https://github.com/POPWorldMedia/POPForums
- Owner: POPWorldMedia
- License: other
- Created: 2014-07-20T14:31:37.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T01:58:28.000Z (5 months ago)
- Last Synced: 2025-04-11T22:06:32.455Z (28 days ago)
- Topics: aspnet-core, aspnetcore, c-sharp, community, dotnet, forum, forum-application, forum-software, forums, pop-forums, qanda
- Language: C#
- Homepage: https://popforums.com/
- Size: 28.8 MB
- Stars: 203
- Watchers: 17
- Forks: 65
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-dotnet-core-applications - **POPForums** - is a forum application. (Sample & Reference Applications)
README

POP Forums
=========A forum and Q&A application with real-time updating, image uploading and private message chat in multiple languages.
The main branch is now the work-in-progress for future versions running on .NET 9+. The v21.x branch is v21.x, running on .NET 9. If you're looking for the version that works on .NET Framework 4.5+ with MVC 5, check out v13.0.2.
Roadmap:
v21 is another iterative release, leaning hard into refactoring and a few performance improvements. I've observed fast page rendering, average 20ms on Azure App Service P0v3 and SQL elastic pool at 50 eDTUs and 900k posts. Future versions will consider issues in the backlog.For the latest information and documentation, and how to get started, check the pages (also in markdown in `/docs` of source):
https://popworldmedia.github.io/POPForums/Try it out and make test posts here:
https://meta.popforums.com/ForumsCI build of main runs here:
https://popforumsdev.azurewebsites.net/Forums[](https://dev.azure.com/popw/POP%20Forums/_build/latest?definitionId=13)
Latest release:
https://github.com/POPWorldMedia/POPForums/releases/tag/v20.0.0
Packages available on NuGet.The latest CI build packages can be found with these feeds on MyGet:
https://www.myget.org/F/popforums/api/v3/index.jsonSample app using only the packages:
https://github.com/POPWorldMedia/POPForums.Sample## Prerequisites:
* .NET v9.
* npm and Node.js to build the front-end.
* AzureKit optionally requires Redis for two-level cache, Azure Search for Search.
* AzureKit optionally requires an Azure Storage account for image storage, queues and Azure Functions.
* ElasticKit optionally requires ElasticSearch for search.
* Works great on Windows, Mac and Linux.
* Build with Visual Studio or JetBrains Rider.