https://github.com/jackkimmins/jindium
A C# web server platform.
https://github.com/jackkimmins/jindium
cross-platform csharp server webserver websocket
Last synced: 4 months ago
JSON representation
A C# web server platform.
- Host: GitHub
- URL: https://github.com/jackkimmins/jindium
- Owner: jackkimmins
- License: mit
- Created: 2021-11-16T13:23:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T14:54:23.000Z (over 4 years ago)
- Last Synced: 2025-07-30T11:04:01.719Z (11 months ago)
- Topics: cross-platform, csharp, server, webserver, websocket
- Language: C#
- Homepage:
- Size: 98.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jindium
“How hard would it be to make my own web platform from scratch?”
This was the question that I set out to answer with this project. Long story short, not that hard, but not worth the effort when there are so many well established and well adopted web systems in place that already achieve the same solution.
Still, I wanted to give it ago regardless and discover this on my own.
Jindium is the result of a couple hours of work that starts from a basic C# .NET Core console application, to a website with sessions, authentication, dynamic content, file compression and exportation and a few other funky features that I added to justify the project’s existence.