I decided to challenge myself to create a multiple user chat site without the use of JS (JavaScript for those asking)...
Its developed in C# MVC - Very minimalistic but working nonetheless.
Current Features
- On the fly registration / login
- No JS
- No cookies
- Very minimal site - Almost nothing to download
- Global messages
- Private messages
- No message storage / User tracking information stored
- Current logged in user list (Buggy as hell)
- Idle user kicking
The idea was to create a semi-secure chat site for the really paranoid... I still plan to do some other things - but I doubt I'll give it the attention it needs.
Would be good to hear some constructive feedback or even some requests
Site Demo: http://njschat.somee.com/
Images for reference:
Login Screen: http://snag.gy/qgkLO.jpg
Main Chat Screen: http://snag.gy/RHWL0.jpg
Its developed in C# MVC - Very minimalistic but working nonetheless.
Current Features
- On the fly registration / login
- No JS
- No cookies
- Very minimal site - Almost nothing to download
- Global messages
- Private messages
- No message storage / User tracking information stored
- Current logged in user list (Buggy as hell)
- Idle user kicking
The idea was to create a semi-secure chat site for the really paranoid... I still plan to do some other things - but I doubt I'll give it the attention it needs.
Would be good to hear some constructive feedback or even some requests
Site Demo: http://njschat.somee.com/
Images for reference:
Login Screen: http://snag.gy/qgkLO.jpg
Main Chat Screen: http://snag.gy/RHWL0.jpg
Last edited: